TaskStatus

TaskStatus enumeration

Specifies the status of a task.

public enum TaskStatus

Values

NameValueDescription
Undefined-1Undefined task status.
Complete0The task is 100 percent complete.
OnSchedule1The task is on schedule if timephased cumulative percent complete is spread to at least the day before the status date.
Late2The task is late if the timephased cumulative percent complete does not reach midnight on the day before the status date.
Future3‘Future’ task status is set when the task start date is greater than the status date.

See Also