Package com.aspose.tasks
Class TaskStatus
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.TaskStatus
-
public final class TaskStatus extends com.aspose.ms.System.EnumSpecifies the status of a task.
-
-
Field Summary
Fields Modifier and Type Field Description static intCompleteThe task is 100 percent complete.static intFuture'Future' task status is set when the task start date is greater than the status date.static intLateThe task is late if the timephased cumulative percent complete does not reach midnight on the day before the status date.static intOnScheduleThe task is on schedule if timephased cumulative percent complete is spread to at least the day before the status date.static intUndefinedUndefined task status.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
Undefined
public static final int Undefined
Undefined task status.
- See Also:
- Constant Field Values
-
Complete
public static final int Complete
The task is 100 percent complete.
- See Also:
- Constant Field Values
-
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.
- See Also:
- Constant Field Values
-
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.
- See Also:
- Constant Field Values
-
Future
public static final int Future
'Future' task status is set when the task start date is greater than the status date.
- See Also:
- Constant Field Values
-
-