| Package | system.process |
| Class | public class TaskPhase |
| Inheritance | TaskPhase Object |
| Constant | Defined By | ||
|---|---|---|---|
| DELAYED : String = delayed [static]
The phase of a delayed task. | TaskPhase | ||
| FINISHED : String = finished [static]
The phase of a finished task. | TaskPhase | ||
| INACTIVE : String = inactive [static]
The phase before the task has been started for the first time or (for restartable Tasks) also after it has completed its execution. | TaskPhase | ||
| RUNNING : String = running [static]
The phase of a running Task. | TaskPhase | ||
| STOPPED : String = stopped [static]
The phase of a finished task. | TaskPhase | ||
| TIMEOUT : String = timeout [static]
The phase of an out of time task. | TaskPhase | ||
| DELAYED | Constant |
public static const DELAYED:String = delayedThe phase of a delayed task.
| FINISHED | Constant |
public static const FINISHED:String = finishedThe phase of a finished task.
| INACTIVE | Constant |
public static const INACTIVE:String = inactiveThe phase before the task has been started for the first time or (for restartable Tasks) also after it has completed its execution.
| RUNNING | Constant |
public static const RUNNING:String = runningThe phase of a running Task.
| STOPPED | Constant |
public static const STOPPED:String = stoppedThe phase of a finished task.
| TIMEOUT | Constant |
public static const TIMEOUT:String = timeoutThe phase of an out of time task.