Added in API level 3
AsyncTask.Status
public
static
final
enum
AsyncTask.Status
extends Enum<AsyncTask.Status>
| 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.


