Package | com.greensock.loading |
Class | public class LoaderStatus |
Constant | Defined by | ||
---|---|---|---|
COMPLETED : int = 2 [static] The loader has completed.
| LoaderStatus | ||
DISPOSED : int = 5 [static] The loader has been disposed.
| LoaderStatus | ||
FAILED : int = 4 [static] The loader failed and did not load properly.
| LoaderStatus | ||
LOADING : int = 1 [static] The loader is actively in the process of loading.
| LoaderStatus | ||
PAUSED : int = 3 [static] The loader is paused.
| LoaderStatus | ||
READY : int = 0 [static] The loader is ready to load and has not completed yet.
| LoaderStatus |
COMPLETED | constant |
public static const COMPLETED:int = 2
The loader has completed.
DISPOSED | constant |
public static const DISPOSED:int = 5
The loader has been disposed.
FAILED | constant |
public static const FAILED:int = 4
The loader failed and did not load properly.
LOADING | constant |
public static const LOADING:int = 1
The loader is actively in the process of loading.
PAUSED | constant |
public static const PAUSED:int = 3
The loader is paused.
READY | constant |
public static const READY:int = 0
The loader is ready to load and has not completed yet.