Type Alias

NSUserAppleScriptTask.CompletionHandler

Implement this block to retrieve the result of the AppleScript executed by execute(withAppleEvent:completionHandler:). 実行されたAppleScriptの結果をexecute(withAppleEvent:completionHandler:)によって回収するには、このブロックを実装してください。

Declaration 宣言

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