- appleEventForSuspensionID:
Given a nonzero
suspensionID
returned by an invocation of suspendCurrentAppleEvent
, returns the descriptor for the event whose handling was suspended.
suspensionID
の発動によって返される非ゼロのsuspendCurrentAppleEvent
を指定することで、取り扱いが休止されたイベントに対する記述子を返します。
currentAppleEvent
Returns the descriptor for
currentAppleEvent
if an Apple event is being handled on the current thread.
あるアップルイベントが現在のスレッド上で取り扱われているならば、currentAppleEvent
に対する記述子を返します。
currentReplyAppleEvent
Returns the corresponding reply event descriptor if an Apple event is being handled on the current thread.
あるアップルイベントが現在のスレッド上で取り扱われているならば、該当する返答イベント記述子を返します。
- replyAppleEventForSuspensionID:
Given a nonzero
suspensionID
returned by an invocation of suspendCurrentAppleEvent
, returns the corresponding reply event descriptor.
suspensionID
の発動によって返される非ゼロのsuspendCurrentAppleEvent
を指定することで、該当する返答イベント記述子を返します。
- resumeWithSuspensionID:
Given a nonzero
suspensionID
returned by an invocation of suspendCurrentAppleEvent
, signal that handling of the suspended event may now continue.
suspensionID
の発動によって返される非ゼロのsuspendCurrentAppleEvent
を指定することで、休止されたイベントの取り扱いが今続きを行われるように合図します。
- 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を返します。
NSAppleEventManagerSuspensionID
Identifies an Apple event whose handling has been suspended. Can be used to resume handling of the Apple event.
それの処理がサスペンド(一時停止)されているあるアップルイベントを識別します。アップルイベントの処理をレジューム(再開)するのに使われることができます。