ProjectTaskStateEnum Enumeration

Enumeration of the basic task system states.

Definition

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

Members

None0 No status defined or unknown.
Queued1 The task is queued.
Active2 The task is in an active state.
Closed3 The task is in a closed state.

See Also