Type Alias

NSUserScriptTask.CompletionHandler

Implement this block to retrieve the error of the script executed by execute(completionHandler:). このブロックを実装して、execute(completionHandler:)によって実行されるスクリプトのエラーを回収してください。

Declaration 宣言

typealias CompletionHandler = (Error?) -> Void