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.
Summary
Enum values | |
|---|---|
AsyncTask.Status |
FINISHED
Indicates that |
AsyncTask.Status |
PENDING
Indicates that the task has not been executed yet. |
AsyncTask.Status |
RUNNING
Indicates that the task is running. |
Public methods | |
|---|---|
static
AsyncTask.Status
|
valueOf(String name)
|
static
final
Status[]
|
values()
|
Inherited methods | |
|---|---|
java.lang.Enum
| |
java.lang.Object
| |
java.lang.Comparable
| |
Enum values
FINISHED
AsyncTask.Status FINISHED
Indicates that onPostExecute(Result) has finished.
PENDING
AsyncTask.Status PENDING
Indicates that the task has not been executed yet.
Public methods
valueOf
AsyncTask.Status valueOf (String name)
| Parameters | |
|---|---|
name |
String
|
| Returns | |
|---|---|
AsyncTask.Status |
|
Interfaces
Classes
- AsyncTask
- BaseBundle
- BatteryManager
- Binder
- Build
- Build.VERSION
- Build.VERSION_CODES
- Bundle
- CancellationSignal
- ConditionVariable
- CountDownTimer
- CpuUsageInfo
- Debug
- Debug.InstructionCount
- Debug.MemoryInfo
- DropBoxManager
- DropBoxManager.Entry
- Environment
- FileObserver
- Handler
- HandlerThread
- HardwarePropertiesManager
- LocaleList
- Looper
- MemoryFile
- Message
- MessageQueue
- Messenger
- Parcel
- ParcelFileDescriptor
- ParcelFileDescriptor.AutoCloseInputStream
- ParcelFileDescriptor.AutoCloseOutputStream
- ParcelUuid
- PatternMatcher
- PersistableBundle
- PowerManager
- PowerManager.WakeLock
- Process
- RecoverySystem
- RemoteCallbackList
- ResultReceiver
- StatFs
- StrictMode
- StrictMode.ThreadPolicy
- StrictMode.ThreadPolicy.Builder
- StrictMode.VmPolicy
- StrictMode.VmPolicy.Builder
- SystemClock
- TokenWatcher
- Trace
- UserHandle
- UserManager
- Vibrator
- WorkSource
Enums
Exceptions

