TaskStatusType

TaskStatusType enumeration

public enum TaskStatusType

Values

Name Value Description
NotStarted 0
InProgress 1
Completed 2
WaitingOnOthers 3
Deferred 4

See Also