Instance Method インスタンスメソッド

appleEventForSuspensionID:

Given a nonzero suspensionID returned by an invocation of suspendCurrentAppleEvent, returns the descriptor for the event whose handling was suspended. suspensionIDの発動によって返される非ゼロのsuspendCurrentAppleEventを指定することで、取り扱いが休止されたイベントに対する記述子を返します。

Declaration 宣言

- (NSAppleEventDescriptor *)appleEventForSuspensionID:(NSAppleEventManagerSuspensionID)suspensionID;

Discussion 議論

The effects of mutating or retaining the returned descriptor are undefined, although it may be copied. appleEventForSuspensionID: may be invoked in any thread, not just the one in which the corresponding invocation of suspendCurrentAppleEvent occurred. 返される記述子のミューテート(変異)やリテイン(保持)の効果は未定義です、だけれどもそれはおそらくコピーされるでしょう。appleEventForSuspensionID:は、該当するsuspendCurrentAppleEventの発動が起こったものだけでなく、どのスレッドで発動されてもかまいません。

See Also 参照

Suspending and resuming Apple events アップルイベントの休止と再開