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

suspendCurrentAppleEvent()

Suspends the handling of the current event and returns an ID that must be used to resume the handling of the event if an Apple event is being handled on the current thread. 現在のイベントの処理を休止して、アップルイベントが現在のスレッド上で処理されているならば、そのイベントの処理を再開するために使われなければならないIDを返します。

Declaration 宣言

func suspendCurrentAppleEvent() -> NSAppleEventManager.SuspensionID?

Discussion 議論

An Apple event is being handled on the current thread if currentAppleEvent does not return nil. Returns zero otherwise. The suspended event is no longer the current event after this method returns. currentAppleEventnilを返さないならば、あるアップルイベントが現在のスレッド上で取り扱われています。ゼロをそうでなければ返します。休止されたイベントは、このメソッドが返った後もはや現在のイベントではありません。

See Also 参照

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