var currentRequest : URLRequest?
The URL request object currently being handled by the task.
現在タスクによって取り扱われているURLリクエストオブジェクト。
var originalRequest : URLRequest?
The original request object passed when the task was created.
タスクが作成された時に渡された元のリクストオブジェクト。
var response: URLResponse?
The server’s response to the currently active request.
現在活動中のリクエストへのサーバのもつ応答。
var taskIdentifier : Int
An identifier uniquely identifying the task within a given session.
与えられたセッション内でタスクを特有に識別している識別子。
var error: Error?
An error object that indicates why the task failed.
なぜタスクが失敗したかを指し示しているエラーオブジェクト。