URLSessionTask.State.suspended
The task was suspended by the app.
Declaration
case suspendedDiscussion
No further processing takes place until the task is resumed. A task in this state is not subject to timeouts.
The task was suspended by the app.
case suspendedNo further processing takes place until the task is resumed. A task in this state is not subject to timeouts.