ProcessExecution

constructor(process: String, options: ProcessExecutionOptions = definedExternally)(source)

Creates a process execution.

Parameters

process

The process to start.

options

Optional options for the started process.

Online Documentation


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.

Online Documentation