- cancel
Cancels the task.
タスクを取り消します。
- suspend
Temporarily suspends a task.
一時的にタスクを一時停止します。
state
The current state of the task—active, suspended, in the process of being canceled, or completed.
タスクの現在の状態 — 活動中、一時停止、取り消される処理中、または完了した。
NSURLSessionTaskState
Constants for determining the current state of a task.
タスクの現在の状態を決定するための定数。
priority
The relative priority at which you’d like a host to handle the task, specified as a floating point value between
0.0
(lowest priority) and 1.0
(highest priority).
それであなたがホストにそのタスクを取り扱って欲しい相対的優先度、0.0
(最低優先度)と1.0
(最高優先度)の間の浮動小数点値として指定されます。