ProcessExecution

The execution of a task happens as an external process without shell interaction.

Online Documentation

Constructors

Link copied to clipboard
constructor(process: String, options: ProcessExecutionOptions = definedExternally)

Creates a process execution.

constructor(process: String, args: ReadonlyArray<JsString>, options: ProcessExecutionOptions = definedExternally)

Creates a process execution.

Properties

Link copied to clipboard

The arguments passed to the process. Defaults to an empty array.

Link copied to clipboard

The process options used when the process is executed. Defaults to undefined.

Link copied to clipboard

The process to be executed.