Instance Method
インスタンスメソッド
launch
Launches the task represented by the receiver.
レシーバによって表されるタスクを起動します。
Discussion
議論
Raises an NSInvalidArgumentException
if the launch path has not been set or is invalid or if it fails to create a process.
NSInvalidArgumentException
を引き起こします、もし起動パスが設定されていないか無効ならばまたはもしそれがプロセスを作成するのを失敗するならば。
See Also
参照
Deprecated
非推奨
currentDirectoryPath
Sets the current directory for the receiver.
レシーバに対する現在のディレクトリを設定します。
Deprecated
非推奨
launchPath
Sets the receiver’s executable.
レシーバのもつ実行可能ファイルを設定します。
Deprecated
非推奨
Related Documentation
関連文書
- terminate
Sends a terminate signal to the receiver and all of its subtasks.
終止信号をレシーバとそれの下位タスクの全てに送ります。