Instance Method
インスタンスメソッド
executeAndReturnError:
Executes the receiver, compiling it first if it is not already compiled.
レシーバを実行します、それがまだコンパイルされていないならばまず最初にコンパイルします。
Parameters
パラメータ
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
議論
Any changes to property values caused by executing the script do not persist.
スクリプトの実行によって引き起こされるプロパティ値へのどんな変更も、持続しません。
See Also
参照
Compiling and Executing a Script
スクリプトのコンパイルと実行
- 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.
レシーバのコンテキストにおいてアップルイベントを実行します、アプリケーションにスクリプト中のハンドラを発動することを許可する手段として。