NSUserUnixTask.CompletionHandler

Implement this block to retrieve an error from the Unix scripted executed by Execute(witharguments:completionhandler:).

Declaration

typealias CompletionHandler = @Sendable ((any Error)?) -> Void