Type Alias

NSUserAutomatorTask.CompletionHandler

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

Declaration 宣言

typealias CompletionHandler = (Any?, Error?) -> Void