NSUserAutomatorTask.CompletionHandler
Implement this block to retrieve the output of the Automator workflow executed by Execute(withinput:completionhandler:).
Declaration
typealias CompletionHandler = @Sendable (Any?, (any Error)?) -> VoidImplement this block to retrieve the output of the Automator workflow executed by Execute(withinput:completionhandler:).
typealias CompletionHandler = @Sendable (Any?, (any Error)?) -> Void