Packagesystem.process
Classpublic class TaskPhase
InheritanceTaskPhase Inheritance Object

The enumeration of all phases in a task process.



Public Constants
 ConstantDefined 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
Constant Detail
DELAYEDConstant
public static const DELAYED:String = delayed

The phase of a delayed task.

FINISHEDConstant 
public static const FINISHED:String = finished

The phase of a finished task.

INACTIVEConstant 
public static const INACTIVE:String = inactive

The phase before the task has been started for the first time or (for restartable Tasks) also after it has completed its execution.

RUNNINGConstant 
public static const RUNNING:String = running

The phase of a running Task.

STOPPEDConstant 
public static const STOPPED:String = stopped

The phase of a finished task.

TIMEOUTConstant 
public static const TIMEOUT:String = timeout

The phase of an out of time task.