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. suspensionIDの発動によって返される非ゼロのsuspendCurrentAppleEventを指定することで、すぐ後に起こるcurrentAppleEventcurrentReplyAppleEventの発動によって返される値を、それぞれ処理が休止されたイベントおよびそれの該当する返答イベントになるように設定します。

Declaration 宣言

- (void)setCurrentAppleEventAndReplyEventWithSuspensionID:(NSAppleEventManagerSuspensionID)suspensionID;

Discussion 議論

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

See Also 参照

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