Table of Contents

TTMSFNCGanttTaskDependencyType Enumeration

Defines how the start or finish of one task constrains the start or finish of a dependent task.

API unit family: TMSFNCGanttClasses

Members

Name Description
gtdFinishToStart The dependent task cannot start until the task it depends on finishes.
gtdFinishToFinish The dependent task cannot finish until the task it depends on finishes.
gtdStartToFinish The dependent task cannot finish until the task it depends on starts.
gtdStartToStart The dependent task cannot start until the task it depends on starts.