Class

NSUserScriptTask

An object that executes scripts. スクリプトを実行するオブジェクト。

Declaration 宣言

class NSUserScriptTask : NSObject

Overview 概要

The NSUserScriptTask class is able to run all the scripts normally run by the one of its subclasses, however it ignores the results. It is intended to execute user-supplied scripts and will execute them outside of the application's sandbox, if any. NSUserScriptTaskクラスは、それのサブクラスの1つによって正常に実行されるスクリプト全てを実行できます、しかしながらそれは結果を無視します。それはユーザ提供スクリプトを実行するよう計らい、そしてそれをアプリケーションのサンドボックスの外側で実行するでしょう、もしあれば。

If you need to execute scripts and get the input and output information use the NSUserUnixTask, NSUserAppleScriptTask, and NSUserAutomatorTask sub classes. あなたがスクリプトを実行して入出力情報を得る必要があるならば、NSUserUnixTaskNSUserAppleScriptTask、そしてNSUserAutomatorTaskサブクラスを使ってください。

Topics 話題

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

Executing the User Script ユーザスクリプトの実行

Constants 定数

Relationships 関係

Inherits From 継承元

See Also 参照

Scripts and External Tasks スクリプトと外部タスク