Specifies the status of a Task.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public enum TaskStatus |
Members| 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. |
See Also