| java.lang.Object | ||
| ↳ | java.lang.Enum<android.os.AsyncTask.Status> | |
| ↳ | android.os.AsyncTask.Status | |
Indicates the current status of the task. Each status will be set only once during the lifetime of a task.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AsyncTask.Status | FINISHED |
Indicates that onPostExecute(Result) has finished.
|
|||||||||
| AsyncTask.Status | PENDING | Indicates that the task has not been executed yet. | |||||||||
| AsyncTask.Status | RUNNING | Indicates that the task is running. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Indicates that onPostExecute(Result) has finished.
Indicates that the task has not been executed yet.
Indicates that the task is running.