Type AliasNSUser
NSUserAppleScriptTaskCompletionHandler
Implement this block to retrieve the result of the AppleScript executed by
executeWithAppleEvent:completionHandler:
.
実行されたAppleScriptの結果をexecuteWithAppleEvent:completionHandler:
によって回収するには、このブロックを実装してください。
Availability 有効性
- macOS 10.8+
- Mac Catalyst 15.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
typedef void (^NSUserAppleScriptTaskCompletionHandler)(NSAppleEventDescriptor
*result, NSError
*error);