- resumeExecutionWithResult:
suspendExecution
has been made, resume the execution of the command.
成功した、合うもののない、suspendExecution
の発動がなされていたならば、コマンドの実行を再開します。
Availability 有効性
Technology
- (void)suspendExecution;
Suspends the execution of the receiver only if the receiver is being executed in the current thread by Cocoa scripting's built-in Apple event handling (that is, the receiver would be returned by [NSScript
)—otherwise, does nothing. A matching invocation of resume
must be made.
レシーバの実行を待機するのは、レシーバが現在のスレッドにおいてCocoaスクリプティングのもつ組み込みアップルイベント処理によって実行される場合のみにしてください(すなわち、レシーバは[NSScript
によって返されるでしょう)— そうでなければ、何もしません。対となるresume
の発動がされなければなりません。
Important 重要
The script command handler that is being executed when this method is invoked must return before the subsequent invocation of resume
. That is, it is not valid to suspend a command’s execution and then resume it immediately.
このメソッドが発動される時に実行されるスクリプトコマンドハンドラは、resume
の続いて起こる発動の前に返されなければなりません。すなわち、コマンドのもつ実行を待機する、それからそれをすぐに再開するのは有効ではありません。
Another command can execute while a command is suspended. 別のコマンドは、あるコマンドが待機される間に実行できます。
- resumeExecutionWithResult:
suspendExecution
has been made, resume the execution of the command.
成功した、合うもののない、suspendExecution
の発動がなされていたならば、コマンドの実行を再開します。