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 一般的タスク情報を入手する