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

appleEvent(forSuspensionID:)

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

Declaration 宣言

func appleEvent(forSuspensionID suspensionID: NSAppleEventManager.SuspensionID) -> NSAppleEventDescriptor

Discussion 議論

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

See Also 参照

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