Type Alias

NSUserAppleScriptTaskCompletionHandler

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

Declaration 宣言

typedef void (^NSUserAppleScriptTaskCompletionHandler)(NSAppleEventDescriptor *result, NSError *error);