Instance Property
インスタンスプロパティ
taskDescription
An app-provided string value for the current task.
現在のタスクに対するアプリ提供の文字列値。
Declaration
宣言
@property(copy) NSString
*taskDescription;
Discussion
議論
The system doesn’t interpret this value; use it for whatever purpose you see fit. For example, you could store a description of the task for debugging purposes, or a key to track the task in your own data structures.
システムは、この値を解釈しません;それをあなたが合うと思う目的の何にでも使ってください。たとえば、あなたはデバッグ目的のためにタスクの説明を、またはタスクをあなたの独自のデータ構造体の中で追跡するためにキーを格納できます。
See Also
参照
Obtaining General Task Information
一般的タスク情報を入手する
currentRequest
The URL request object currently being handled by the task.
現在タスクによって取り扱われているURLリクエストオブジェクト。
originalRequest
The original request object passed when the task was created.
タスクが作成された時に渡された元のリクストオブジェクト。
response
The server’s response to the currently active request.
現在活動中のリクエストへのサーバのもつ応答。
taskIdentifier
An identifier uniquely identifying the task within a given session.
与えられたセッション内でタスクを特有に識別している識別子。
error
An error object that indicates why the task failed.
なぜタスクが失敗したかを指し示しているエラーオブジェクト。