Instance Property インスタンスプロパティ

taskIdentifier

An identifier uniquely identifying the task within a given session. 与えられたセッション内でタスクを特有に識別している識別子。

Declaration 宣言

@property(readonly) NSUInteger taskIdentifier;

Discussion 議論

This value is unique only within the context of a single session; tasks in other sessions may have the same taskIdentifier value. この値は、ある単一のセッションの文脈内でのみ特有です;他のセッションの中のタスクは、同じtaskIdentifier値を持つかもしれません。

See Also 参照

Obtaining General Task Information 一般的タスク情報を入手する