Type AliasNSUser
NSUserAutomatorTaskCompletionHandler
Implement this block to retrieve the output of the Automator workflow executed by
executeWithInput:completionHandler:
.
このブロックを実装して、executeWithInput:completionHandler:
によって実行されたAutomatorワークフローの出力を回収してください。
Availability 有効性
- macOS 10.8+
- Mac Catalyst 15.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
typedef void (^NSUserAutomatorTaskCompletionHandler)(id result, NSError
*error);