Instance Property インスタンスプロパティ

currentReplyAppleEvent

Returns the corresponding reply event descriptor if an Apple event is being handled on the current thread. あるアップルイベントが現在のスレッド上で取り扱われているならば、該当する返答イベント記述子を返します。

Declaration 宣言

var currentReplyAppleEvent: NSAppleEventDescriptor? { get }

Discussion 議論

An Apple event is being handled on the current thread if currentAppleEvent does not return nil. Returns nil otherwise. This descriptor, including any mutations, will be returned to the sender of the current event when all handling of the event has been completed, if the sender has requested a reply. The effects of retaining the descriptor are undefined; it may be copied, but mutations of the copy are not returned to the sender of the current event. currentAppleEventnilを返さないならば、あるアップルイベントが現在のスレッド上で取り扱われています。nilをそうでなければ返します。あらゆる変異体を含めて、この記述子は、全てのイベント取り扱いが完了したところで現在のイベントの送り手に返されます、送り手が返答を要求するならば。記述子のリテイン(保持)の効果は未定義です;それはおそらくコピーされます、しかしコピーの変異体は現在のイベントの送り手に返されません。

See Also 参照

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