Type Alias

NSUserAutomatorTaskCompletionHandler

Implement this block to retrieve the output of the Automator workflow executed by executeWithInput:completionHandler:. このブロックを実装して、executeWithInput:completionHandler:によって実行されたAutomatorワークフローの出力を回収してください。

Declaration 宣言

typedef void (^NSUserAutomatorTaskCompletionHandler)(id result, NSError *error);