NSUserAppleScriptTask.CompletionHandler

Implement this block to retrieve the result of the AppleScript executed by Execute(withappleevent:completionhandler:).

Declaration

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