TaskStatus
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TaskStatus extends System.Enum
Specifies the status of a task.
Fields
Field | Description |
---|---|
Complete | The task is 100 percent complete. |
Future | ‘Future’ task status is set when the task start date is greater than the status date. |
Late | The task is late if the timephased cumulative percent complete does not reach midnight on the day before the status date. |
OnSchedule | The task is on schedule if timephased cumulative percent complete is spread to at least the day before the status date. |
Undefined | Undefined task status. |
Complete
public static final int Complete
The task is 100 percent complete.
Future
public static final int Future
‘Future’ task status is set when the task start date is greater than the status date.
Late
public static final int Late
The task is late if the timephased cumulative percent complete does not reach midnight on the day before the status date.
OnSchedule
public static final int OnSchedule
The task is on schedule if timephased cumulative percent complete is spread to at least the day before the status date.
Undefined
public static final int Undefined
Undefined task status.