Enum Class DefaultTaskController.TaskState

java.lang.Object
java.lang.Enum<DefaultTaskController.TaskState>
io.aleph0.yap.core.task.DefaultTaskController.TaskState
All Implemented Interfaces:
Serializable, Comparable<DefaultTaskController.TaskState>, Constable
Enclosing class:
DefaultTaskController<InputT,OutputT>

public static enum DefaultTaskController.TaskState extends Enum<DefaultTaskController.TaskState>
The internal state of a task. The task starts in the READY state. The controller then moves the task through states according to the various events that occur.