| Package | com.addicted2flash.data |
| Class | public final class ServiceState |
| Method | Defined by | ||
|---|---|---|---|
|
stateToString(state:int):String
[static]
Returns the string representation of given service state.
| ServiceState | ||
| Constant | Defined by | ||
|---|---|---|---|
| COMPLETE : int = 0x010 [static]
complete state.
| ServiceState | ||
| ERROR : int = 0x020 [static]
error state.
| ServiceState | ||
| PAUSE : int = 0x002 [static]
pause state.
| ServiceState | ||
| READY : int = 0x001 [static]
pause state.
| ServiceState | ||
| RUNNING : int = 0x008 [static]
running state.
| ServiceState | ||
| STOP : int = 0x004 [static]
stop state.
| ServiceState | ||
| stateToString | () | method |
public static function stateToString(state:int):StringReturns the string representation of given service state.
Parametersstate:int — specific type of state
|
String — the string representation of given service state
|
| COMPLETE | constant |
public static const COMPLETE:int = 0x010complete state.
| ERROR | constant |
public static const ERROR:int = 0x020error state.
| PAUSE | constant |
public static const PAUSE:int = 0x002pause state.
| READY | constant |
public static const READY:int = 0x001pause state.
| RUNNING | constant |
public static const RUNNING:int = 0x008running state.
| STOP | constant |
public static const STOP:int = 0x004stop state.