ProcessExecution
Creates a process execution.
Parameters
process
The process to start.
options
Optional options for the started process.
constructor(process: String, args: ReadonlyArray<JsString>, options: ProcessExecutionOptions = definedExternally)(source)
Creates a process execution.
Parameters
process
The process to start.
args
Arguments to be passed to the process.
options
Optional options for the started process.