Search
TaskStatus Enumeration
See Also
 






Specifies the status of a Task.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  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