Initializer

init(url:)

Return a user script task instance given a URL for a script file. スクリプトファイルへのURLを与えられるユーザスクリプトタスクインスタンスを返します。

Declaration 宣言

init(url: URL) throws

Parameters パラメータ

url

The script URL. スクリプトURL。

error

A return by-reference error that specifies any error in loading the script. スクリプトのロードにおけるあらゆるエラーを特定する「参照による」エラーを返します。

Return Value 戻り値

An instance of an NSUserScriptTask subclass or nil if the file does not appear to match any of the known types. NSUserScriptTaskサブクラスのインスタンス、またはファイルが何らかの既知の型に合致するように見えないならばnil

Discussion 議論

The returned object will be of one of the specific sub-classes (NSUserUnixTask, NSUserAppleScriptTask, and NSUserAutomatorTask), or nil if the file does not appear to match any of the known types. 返されるオブジェクトは、特定のサブクラス(NSUserUnixTaskNSUserAppleScriptTask、そしてNSUserAutomatorTask)の1つという性質がある、またはファイルが何らかの既知の型に合致するように見えないならばnilでしょう。

If invoked from a subclass, the result will be that class or nil. サブクラスから発動したならば、結果はそのクラスまたはnilでしょう。

See Also 参照

Specifying the Script スクリプトを指定する