Enum TaskStatus
Enum TaskStatus
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Specifies the status of a task.
public enum TaskStatus
Fields
Complete = 0
The task is 100 percent complete.
Future = 3
‘Future’ task status is set when the task start date is greater than the status date.
Late = 2
The task is late if the timephased cumulative percent complete does not reach midnight on the day before the status date.
OnSchedule = 1
The task is on schedule if timephased cumulative percent complete is spread to at least the day before the status date.
Undefined = -1
Undefined task status.