No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | 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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |