public final class NSURLSessionTaskState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Canceling
The task has been told to cancel.
|
static long |
Completed
The task has completed and the session will receive no more delegate notifications
|
static long |
Running
The task is currently being serviced by the session
|
static long |
Suspended |
public static final long Running
public static final long Suspended
public static final long Canceling
public static final long Completed