NSURLErrorCancelledReasonBackgroundUpdatesDisabled
A reason that indicates the system canceled the background task because background tasks are disabled.
システムがバックグラウンドタスクを取り消した理由はバックグラウンドタスクが使用不能にされたためであるのを指し示します。
NSURLErrorCancelledReasonInsufficientSystemResources
A reason that indicates the system canceled the background task because it lacks sufficient resources to perform the task.
システムがバックグラウンドタスクを取り消した理由はそれがタスクを実行するのに十分なリソースを欠いているためであるのを指し示します。
NSURLErrorCancelledReasonUserForceQuitApplication
A reason that indicates the system canceled the background task because the user force-quit the application.
システムがバックグラウンドタスクを取り消した理由はユーザがアプリケーションを強制終了するためであるのを指し示します。