Represents the state of bundle loading tasks.
Both SUCCESS and ERROR are final states: task will abort
or complete and there will be no more updates after they are reported.
Inherited Method Summary
From class
java.lang.Enum
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
From interface
java.lang.Comparable
Enum Values
public
static
final
LoadBundleTaskProgress.TaskState
ERROR
public
static
final
LoadBundleTaskProgress.TaskState
RUNNING
public
static
final
LoadBundleTaskProgress.TaskState
SUCCESS