This block is not guaranteed to execute in a particular thread context. As such, you may want specify an appropriate dispatch queue in which to perform any work.
このブロックは、ある特定のスレッド文脈で遂行することを保証されません。そういうことで、あなたは適切なディスパッチキューを指定してそれにおいて何らかの仕事を実行するようにしたいかもしれません。
Discussion
議論
A download can be resumed only if the following conditions are met:
ダウンロードが、以下の条件が合う場合にのみ再開されることができます:
The resource has not changed since you first requested it
リソースが、あなたが最初にそれを要請したときから変化していない
The task is an HTTP or HTTPS GET request
タスクが、HTTPまたはHTTPS GETリクエストである
The server provides either the ETag or Last-Modified header (or both) in its response
サーバが、ETagまたはLast-Modifiedヘッダのどちらか(または両方)をそれの応答において提供する
The server supports byte-range requests
サーバが、「バイト範囲」リクエストをサポートする
The temporary file hasn’t been deleted by the system in response to disk space pressure
一時ファイルが、システムによってディスクの空きの窮迫に応じて削除されていない