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<ERROR CLASS: Symbol not found for JsString>, options: ProcessExecutionOptions = definedExternally)

Creates a process execution.

Properties

Link copied to clipboard
var args: ReadonlyArray<ERROR CLASS: Symbol not found for JsString>

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.