| Method | Defined by | ||
|---|---|---|---|
|
stateToString(state:int):String
[static]
Returns the string representation of the given flux state.
| FluxState | ||
| Constant | Defined by | ||
|---|---|---|---|
| COMPLETE : int = 0x04 [static]
Complete state.
| FluxState | ||
| PAUSE : int = 0x02 [static]
Pause state.
| FluxState | ||
| RUNNING : int = 0x01 [static]
Running state.
| FluxState | ||
| STOP : int = 0x03 [static]
Stop state.
| FluxState | ||
| stateToString | () | method |
public static function stateToString(state:int):StringReturns the string representation of the given flux state.
Parametersstate:int — specific state
|
String — the string representation of the given flux state
|
— if state is not supported
|
| COMPLETE | constant |
public static const COMPLETE:int = 0x04Complete state.
| PAUSE | constant |
public static const PAUSE:int = 0x02Pause state.
| RUNNING | constant |
public static const RUNNING:int = 0x01Running state.
| STOP | constant |
public static const STOP:int = 0x03Stop state.