Enumeration Case 列挙ケース

NSURLSessionTaskStateCanceling

The task has received a cancel message. タスクは、cancelメッセージを受け取りました。

Declaration 宣言

NSURLSessionTaskStateCanceling = 2

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. 委任先は、URLSession:task:didCompleteWithError:を受けとったかもしれないしまだかもしれません。この状態におけるタスクは、タイムアウトの影響を受けません。

See Also 参照

Task States タスク状態