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

executeAppleEvent:error:

Executes an Apple event in the context of the receiver, as a means of allowing the application to invoke a handler in the script. レシーバのコンテキストにおいてアップルイベントを実行します、アプリケーションにスクリプト中のハンドラを発動することを許可する手段として。

Declaration 宣言

- (NSAppleEventDescriptor *)executeAppleEvent:(NSAppleEventDescriptor *)event 
                                        error:(NSDictionary<NSString *,id> * _Nullable *)errorInfo;

Parameters パラメータ

event

The Apple event to execute. 実行するアップルイベント。

errorInfo

On return, if an error occurs, a pointer to an error information dictionary. オンで、エラーが起こるならば、エラー情報辞書へのポインタを返します。

Return Value 戻り値

The result of executing the event, or nil if an error occurs. イベントの実行の結果、またはエラーが起こるならばnil

Discussion 議論

Compiles the receiver before executing it if it is not already compiled. レシーバを、それがまだコンパイルされないならば、それの実行の前にコンパイルします。

See Also 参照

Compiling and Executing a Script スクリプトのコンパイルと実行