NSUserUnixTask.CompletionHandler
Implement this block to retrieve an error from the Unix scripted executed by Execute(witharguments:completionhandler:).
Declaration
typealias CompletionHandler = @Sendable ((any Error)?) -> VoidImplement this block to retrieve an error from the Unix scripted executed by Execute(witharguments:completionhandler:).
typealias CompletionHandler = @Sendable ((any Error)?) -> Void