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

setCurrentAppleEventAndReplyEventWithSuspensionID(_:)

Given a nonzero suspensionID returned by an invocation of suspendCurrentAppleEvent(), sets the values that will be returned by subsequent invocations of currentAppleEvent and currentReplyAppleEvent to be the event whose handling was suspended and its corresponding reply event, respectively. 非ゼロのsuspensionIDsuspendCurrentAppleEvent()の発動によって返されて指定されることで、すぐ後に起こるcurrentAppleEventcurrentReplyAppleEventの発動によって返される値を、それぞれ処理が休止されたイベントおよびそれの該当する返答イベントになるように設定します。

Declaration 宣言

func setCurrentAppleEventAndReplyEventWithSuspensionID(_ suspensionID: NSAppleEventManager.SuspensionID)

Discussion 議論

Redundant invocations of setCurrentAppleEventAndReplyEventWithSuspensionID(_:) are ignored. setCurrentAppleEventAndReplyEventWithSuspensionID(_:)の冗長な発動は無視されます。

See Also 参照

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