Type Alias

NSUserUnixTaskCompletionHandler

Implement this block to retrieve an error from the Unix scripted executed by executeWithArguments:completionHandler:. このブロックを実装することで、executeWithArguments:completionHandler:によって実行されるUnixスクリプト処理からエラーを回収してください。

Declaration 宣言

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