var arguments: [String]?
var currentDirectoryURL : URL?
var environment: [String : String]?
var executableURL : URL?
var qualityOfService : QualityOfService
var standardError : Any?
var standardInput : Any?
Availability 有効性
Technology
var standardOutput: Any? { get set }
file
The standard output for the receiver, which can be either an File
or an Pipe
object.
レシーバに対する標準出力、それはFile
またはPipe
オブジェクトのどちらかであることができます。
If file
is an NSPipe
object, launching the receiver automatically closes the write end of the pipe in the current task. Don’t create a handle for the pipe and pass that as the argument, or the write end of the pipe won’t be closed automatically.
file
がNSPipe
オブジェクトであるならば、レシーバを起動することは、自動的に現在のタスクでのパイプの書き込み最終部を閉じます。パイプに対するハンドルを作成してそれを引数として渡さないでください、さもないとパイプの書き込み最終部は自動的に閉じられないでしょう。
If this method isn’t used, the standard output is inherited from the process that created the receiver.
このメソッドが使われないならば、標準出力はレシーバを作成したプロセスから継承されます。
This method raises an NSInvalid
if the system has lauched the receiver.
var arguments: [String]?
var currentDirectoryURL : URL?
var environment: [String : String]?
var executableURL : URL?
var qualityOfService : QualityOfService
var standardError : Any?
var standardInput : Any?