variables
The variables required by the Automator workflow.
Automatorワークフローによって必要とされる変数。
Availability 有効性
Technology
- (void)executeWithInput:(id<NSSecureCoding
>)input
completionHandler:(NSUserAutomatorTaskCompletionHandler
)handler;
input
The automator task. automatorタスク。
handler
The completion handler Block that returns the result or an error. See NSUser
.
結果またはエラーを返す完了ハンドラブロック。NSUser
を見てください。
The Automator workflow will execute using the variables
property values.
Automatorは、variables
プロパティ値を使って実行するでしょう。
This method should be invoked no more than once for a given instance of the class. このメソッドは、このクラスのある与えられたインスタンスに対して一回以上発動されるべきではありません。
If the script completed normally, the completion handler's error
parameter will be nil
.
スクリプトが通常通り完了したならば、完了ハンドラのもつerror
パラメータはnil
でしょう。
variables
- initWithURL:error: