Package | com.greensock.loading |
Class | public class LoaderStatus |
Inheritance | LoaderStatus ![]() |
Copyright 2010-2013, GreenSock. All rights reserved. This work is subject to the terms in http://www.greensock.com/terms_of_use.html or for Club GreenSock members, the software agreement that was issued with the membership.
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.