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

execute(completionHandler:)

Executes the script with no input and ignoring any result. 入出力を伴わなずあらゆる結果を無視してスクリプトを実行します。

Declaration 宣言

func execute(completionHandler handler: NSUserScriptTask.CompletionHandler? = nil)

Parameters パラメータ

handler

The completion handler Block that returns the result or an error. See NSUserScriptTask.CompletionHandler. 結果またはエラーを返す完了ハンドラブロック。NSUserScriptTask.CompletionHandlerを見てください。

Discussion 議論

This method should be invoked no more than once for a given instance of the class. このメソッドは、このクラスのある与えられたインスタンスに対して一回以上発動されるべきではありません。

If the script completed normally, the completion handler's error parameter will be nil. スクリプトが通常通り完了したならば、完了ハンドラのもつerrorパラメータはnilでしょう。

See Also 参照

Related Documentation 関連文書