Defines the constraint types used for task scheduling. Available values:
0
: AsSoonAsPossible (ASAP) – Task starts as early as possible. Default for auto-scheduled tasks.1
: AsLateAsPossible (ALAP) – Task finishes as late as possible without delaying dependents.2
: MustStartOn (MSO) – Task must start on the specified date.3
: MustFinishOn (MFO) – Task must finish on the specified date.4
: StartNoEarlierThan (SNET) – Task cannot start before the specified date.5
: StartNoLaterThan (SNLT) – Task must start on or before the specified date.6
: FinishNoEarlierThan (FNET) – Task cannot finish before the specified date.7
: FinishNoLaterThan (FNLT) – Task must finish on or before the specified date.AsLateAsPossible
AsSoonAsPossible
FinishNoEarlierThan
FinishNoLaterThan
MustFinishOn
MustStartOn
StartNoEarlierThan
StartNoLaterThan