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

executeAndReturnError(_:)

Executes the receiver, compiling it first if it is not already compiled. レシーバを実行します、それがまだコンパイルされていないならばまず最初にコンパイルします。

Declaration 宣言

func executeAndReturnError(_ errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>?) -> NSAppleEventDescriptor

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 スクリプトのコンパイルと実行