var transactionMetrics : [URLSessionTaskTransactionMetrics]
An array of metrics for each individual request-response transaction made during the execution of the task.
タスクの遂行の間になされた個々の「リクエスト応答」トランザクションそれぞれに対する指標からなるある配列。
class URLSessionTaskTransactionMetrics
An object that encapsualtes the performance metrics collected by the URL Loading System during the execution of a session task.
あるセッションタスクの遂行の間にURLローディングシステムによって収集された履行指標をカプセル化するオブジェクト。
var taskInterval : DateInterval
The time interval between when a task is instantiated and when the task is completed.
タスクがインスタンス化される時とタスクが完了される時の間の時間間隔。