func cancel()
Cancels the task.
タスクを取り消します。
func resume()
Resumes the task, if it is suspended.
タスクを再開します、もしれそが一時停止されるならば。
func suspend()
Temporarily suspends a task.
一時的にタスクを一時停止します。
enum URLSessionTask.State
Constants for determining the current state of a task.
タスクの現在の状態を決定するための定数。
var priority: Float
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
(最高優先度)の間の浮動小数点値として指定されます。