var arguments: [String]?
The command arguments that the system uses to launch the executable.
var environment: [String : String]?
The environment for the receiver.
var executableURL : URL?
The receiver’s executable.
var qualityOfService : QualityOfService
The default quality of service level the system applies to operations the task executes.
var standardError : Any?
The standard error for the receiver.
var standardInput : Any?
The standard input for the receiver.
var standardOutput : Any?
The standard output for the receiver.