Packagejp.progression.executors
Classpublic final class ExecutorObjectState

ExecutorObjectState クラスは、ExecutorObject クラスの実行状態を示す値を提供します。


Example
  

See also

jp.progression.Progression.state
jp.progression.executors.ExecutorObject.state


Public Constants
 ConstantDefined by
  DELAYING : int = 1
[static] コマンドが遅延処理中となるように指定します。
ExecutorObjectState
  EXECUTING : int = 2
[static] コマンドが実行されている状態となるように指定します。>
ExecutorObjectState
  IDLING : int = 0
[static] コマンドが実行されていない状態となるように指定します。
ExecutorObjectState
  INTERRUPTING : int = 3
[static] コマンドが中断処理中となるように指定します。
ExecutorObjectState
Constant detail
DELAYINGconstant
public static const DELAYING:int = 1

コマンドが遅延処理中となるように指定します。

EXECUTINGconstant 
public static const EXECUTING:int = 2

コマンドが実行されている状態となるように指定します。>

IDLINGconstant 
public static const IDLING:int = 0

コマンドが実行されていない状態となるように指定します。

INTERRUPTINGconstant 
public static const INTERRUPTING:int = 3

コマンドが中断処理中となるように指定します。