Options
All
  • Public
  • Public/Protected
  • All
Menu

The enumeration for the supported constraint types

Index

Enumeration members

AsLateAsPossible

AsLateAsPossible: = "aslateaspossible"

"As late as possible" constraint. Note this is not a date constraint per se, but a flag, that indicates that a task "gravitates" (is "stickying") to the project's end date.

AsSoonAsPossible

AsSoonAsPossible: = "assoonaspossible"

"As soon as possible" constraint. Note this is not a date constraint per se, but a flag, that indicates that a task "gravitates" (is "stickying") to the project's start date.

FinishNoEarlierThan

FinishNoEarlierThan: = "finishnoearlierthan"

"Finish no earlier than" constraint. Restricting an event to finish on or after a specified date.

The constraint cannot be used for a summary task.

FinishNoLaterThan

FinishNoLaterThan: = "finishnolaterthan"

"Finish no later than" constraint. Restricting an event to finish on or before a specified date.

MustFinishOn

MustFinishOn: = "mustfinishon"

"Must finish on" constraint. Restricts an event to finish on a specified date. The constraint cannot be used for a summary event.

MustStartOn

MustStartOn: = "muststarton"

"Must start on" constraint. Restricts an event to start on a specified date. The constraint cannot be used for a summary event.

StartNoEarlierThan

StartNoEarlierThan: = "startnoearlierthan"

"Start no earlier than" constraint. Restricting an event to start on or after a specified date.

StartNoLaterThan

StartNoLaterThan: = "startnolaterthan"

"Start no later than" constraint. Restricting an event to start on or before a specified date.

The constraint cannot be used for a summary task.

Generated using TypeDoc