Uses of Enum Class
io.aleph0.yap.core.task.DefaultTaskController.TaskState
Packages that use DefaultTaskController.TaskState
-
Uses of DefaultTaskController.TaskState in io.aleph0.yap.core.task
Subclasses with type arguments of type DefaultTaskController.TaskState in io.aleph0.yap.core.taskModifier and TypeClassDescriptionstatic enumThe internal state of a task.Methods in io.aleph0.yap.core.task that return DefaultTaskController.TaskStateModifier and TypeMethodDescriptionabstract DefaultTaskController.TaskStateDefaultTaskController.TaskState.to(DefaultTaskController.TaskState target) Validate the transition from this state to the target state.Returns the enum constant of this class with the specified name.static DefaultTaskController.TaskState[]DefaultTaskController.TaskState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.aleph0.yap.core.task with parameters of type DefaultTaskController.TaskStateModifier and TypeMethodDescriptionabstract DefaultTaskController.TaskStateDefaultTaskController.TaskState.to(DefaultTaskController.TaskState target) Validate the transition from this state to the target state.