Type AliasNSUser
NSUserAppleScriptTask.CompletionHandler
Implement this block to retrieve the result of the AppleScript executed by
execute(withAppleEvent:completionHandler:)
.
実行されたAppleScriptの結果をexecute(withAppleEvent:completionHandler:)
によって回収するには、このブロックを実装してください。
Availability 有効性
- macOS 10.8+
- Mac Catalyst 15.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
typealias CompletionHandler = (NSAppleEventDescriptor
?, Error
?) -> Void