Contents

URLSessionTask.State.canceling

The task has received a cancel message.

Declaration

case canceling

Discussion

The delegate may or may not have received a urlSession(_:task:didCompleteWithError:) message yet. A task in this state is not subject to timeouts.

See Also

Task states