The execution of a task happens as an external process without shell interaction.
The execution of a task happens as an external process without shell interaction.
(args process-execution)
The arguments passed to the process. Defaults to an empty array.
Returns: string[]
The arguments passed to the process. Defaults to an empty array. **Returns:** `string[]`
(options process-execution)
The process options used when the process is executed. Defaults to undefined.
Returns: ProcessExecutionOptions | undefined
The process options used when the process is executed. Defaults to undefined. **Returns:** `ProcessExecutionOptions | undefined`
(process process-execution)
The process to be executed.
Returns: string
The process to be executed. **Returns:** `string`
(set-args! process-execution value)
The arguments passed to the process. Defaults to an empty array.
The arguments passed to the process. Defaults to an empty array.
(set-options! process-execution value)
The process options used when the process is executed. Defaults to undefined.
The process options used when the process is executed. Defaults to undefined.
(set-process! process-execution value)
The process to be executed.
The process to be executed.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close