Type Alias

NSUserScriptTaskCompletionHandler

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

Declaration 宣言

typedef void (^NSUserScriptTaskCompletionHandler)(NSError *error);