EnumerationFoundationNetworking5.9.0
State
enum State
Citizens in FoundationNetworking
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
Members
case canceling
The task has been told to cancel. The session will receive a URLSession:task:didCompleteWithError: message.
case completed
The task has completed and the session will receive no more delegate notifications
case running
The task is currently being serviced by the session
case suspended
init?(rawValue: Int
)