Type Alias

NSUserUnixTask.CompletionHandler

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

Declaration 宣言

typealias CompletionHandler = (Error?) -> Void