| Package | org.spicefactory.lib.task.enum |
| Class | public class TaskState |
| Inheritance | TaskState Object |
| Constant | Defined By | ||
|---|---|---|---|
| ACTIVE : TaskState [static]
The state of a running Task. | TaskState | ||
| FINISHED : TaskState [static]
The state of a non-restartable Task that has completed its execution. | TaskState | ||
| INACTIVE : TaskState [static]
The state of the Task before it has been started for the first time or
(for restartable Tasks) also after it has completed its execution. | TaskState | ||
| SUSPENDED : TaskState [static]
The state of a suspended Task. | TaskState | ||
| ACTIVE | Constant |
public static const ACTIVE:TaskStateThe state of a running Task.
| FINISHED | Constant |
public static const FINISHED:TaskStateThe state of a non-restartable Task that has completed its execution.
| INACTIVE | Constant |
public static const INACTIVE:TaskStateThe state of the Task before it has been started for the first time or (for restartable Tasks) also after it has completed its execution. Only Task instances with this internal state can be started.
| SUSPENDED | Constant |
public static const SUSPENDED:TaskStateThe state of a suspended Task.