Specifies the status of a Task.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
Java Copy Code |
---|
public enum TaskStatus |
Member name | Description | |
---|---|---|
Completed |
Indicates a completed task. |
|
Deferred |
Indicates a deferred task. |
|
InProgress |
Indicates a task in progress. |
|
NotStarted |
Indicates a task that has not started yet. |
|
WaitingOther |
Indicates a task that depends on another task. |