Contents

URLSessionTask.State.suspended

The task was suspended by the app.

Declaration

case suspended

Discussion

No further processing takes place until the task is resumed. A task in this state is not subject to timeouts.

See Also

Task states