ConstraintType
Contents
[
Hide
]ConstraintType enumeration
Specifies the constraint on the start or finish date of a task.
Members
| Member name | Description |
|---|---|
| UNDEFINED | The value was not defined in original project file. |
| AS_SOON_AS_POSSIBLE | None and None dates of Task are scheduled ASAP with respect to parent None and None dates and considering task_links. |
| AS_LATE_AS_POSSIBLE | None and None dates of Task are scheduled ALAP with respect to parent None and None dates and considering task_links. |
| MUST_START_ON | Must Start On |
| MUST_FINISH_ON | Must Finish On |
| START_NO_EARLIER_THAN | Start No Earlier Than |
| START_NO_LATER_THAN | Start No Later Than |
| FINISH_NO_EARLIER_THAN | Finish No Earlier Than |
| FINISH_NO_LATER_THAN | Finish No Later Than |
See Also
- namespace aspose.tasks
- assembly Aspose.Tasks