ProcessExecution
The execution of a task happens as an external process without shell interaction.
Constructors
Link copied to clipboard
Creates a process execution.
constructor(process: String, args: ReadonlyArray<JsString>, options: ProcessExecutionOptions = definedExternally)
Creates a process execution.