DependencyTypeEnum Enumeration
Enumeration of the known project and task dependency types.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public enum DependencyTypeEnum
Public Enumeration DependencyTypeEnum
No code example is currently available or this language may not be supported.
| None | 0 |
No project dependency specified or unknown.
|
| StartAfter | 1 |
Start this project a specified amount of time after starting the
other project or task.
|
| StartOnCompletion | 2 |
Start this project on completion of the other project or task.
|
| TriggerFallingEdge | 3 |
Start the target project or task when triggered by completion of the
project or task. Used for industrial automation.
|
| TriggerRisingEdge | 4 |
Start the target project or task when triggered by the start of the
project or task. Used for industrial automation.
|