Uses of Class
moa.tasks.TaskThread.Status
-
Packages that use TaskThread.Status Package Description moa.tasks -
-
Uses of TaskThread.Status in moa.tasks
Fields in moa.tasks declared as TaskThread.Status Modifier and Type Field Description protected TaskThread.Status
TaskThread. currentStatus
Methods in moa.tasks that return TaskThread.Status Modifier and Type Method Description static TaskThread.Status
TaskThread.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskThread.Status[]
TaskThread.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-