Contents

URLSessionTask.State.running

The task is currently being serviced by the session.

Declaration

case running

Discussion

A task in this state is subject to the request and resource timeouts specified in the session configuration object.

See Also

Task states