[]
Provides choices for the type of constraint you can apply for scheduling a task.
public enum ConstraintType
Name | Description |
---|---|
Default | Task is scheduled as soon as possible (in a project scheduled from the start date) or it is scheduled as late as possible (in a project scheduled from the finish date). |
FinishNoEarlierThan | Task must finish on or after the defined constraint date. |
FinishNoLaterThan | Task must finish on or before the defined constraint date. |
MustFinishOn | Task must finish exactly on the defined constraint date. |
MustStartOn | Task must start exactly on the defined constraint date. |
StartNoEarlierThan | Task must start on or after the defined constraint date. |
StartNoLaterThan | Task must start on or before the defined constraint date. |