DependencyTypeEnum Enumeration

Enumeration of the known project and task dependency types.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public enum DependencyTypeEnum

Members

None0 No project dependency specified or unknown.
StartAfter1 Start this project a specified amount of time after starting the other project or task.
StartOnCompletion2 Start this project on completion of the other project or task.
TriggerFallingEdge3 Start the target project or task when triggered by completion of the project or task. Used for industrial automation.
TriggerRisingEdge4 Start the target project or task when triggered by the start of the project or task. Used for industrial automation.

See Also