NSURLSessionTaskStateRunning
The task is currently being serviced by the session.
タスクは、現在はセッションによってサービスされています。
NSURLSessionTaskStateCanceling
The task has received a
cancel
message.
タスクは、cancel
メッセージを受け取りました。
NSURLSessionTaskStateCompleted
The task has completed (without being canceled), and the task's delegate receives no further callbacks.
タスクは、完了しました(取り消されることなしに)、そしてタスクのもつ委任先は少しもこれより先のコールパックを受け取りません。