Type AliasNSUser
NSUserUnixTaskCompletionHandler
Implement this block to retrieve an error from the Unix scripted executed by
executeWithArguments:completionHandler:
.
このブロックを実装することで、executeWithArguments:completionHandler:
によって実行されるUnixスクリプト処理からエラーを回収してください。
Availability 有効性
- macOS 10.8+
- Mac Catalyst 15.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
typedef void (^NSUserUnixTaskCompletionHandler)(NSError
*error);