Packagecom.sibirjak.angara.core
Classpublic class LoaderItemStatus

Defines the loader item stati.



Public Constants
 ConstantDefined by
  COMPLETE : String = "item_complete"
[static] Item has been loaded completely.
LoaderItemStatus
  FAILURE : String = "item_failure"
[static] Item loading has been failed.
LoaderItemStatus
  LOADING : String = "item_loading"
[static] Item is currently being loading.
LoaderItemStatus
  PAUSED : String = "item_paused"
[static] Item is paused and should be ignored by loader manager queue.
LoaderItemStatus
  WAITING : String = "item_waiting"
[static] Item is ready to load.
LoaderItemStatus
Constant detail
COMPLETEconstant
public static const COMPLETE:String = "item_complete"

Item has been loaded completely.

Defined by loader, sequence, sequence manager.

FAILUREconstant 
public static const FAILURE:String = "item_failure"

Item loading has been failed.

Defined only by resource loaders.

LOADINGconstant 
public static const LOADING:String = "item_loading"

Item is currently being loading.

Defined only by resource loaders.

PAUSEDconstant 
public static const PAUSED:String = "item_paused"

Item is paused and should be ignored by loader manager queue.

Defined by loader, sequence, sequence manager.

WAITINGconstant 
public static const WAITING:String = "item_waiting"

Item is ready to load.

Defined by loader, sequence, sequence manager.