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.
The arguments passed to the process. Defaults to an empty array.
(options process-execution)
The process options used when the process is executed. Defaults to undefined.
The process options used when the process is executed. Defaults to undefined.
(process process-execution)
The process to be executed.
The process to be executed.
(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