An event signaling the end of a process execution triggered through a task
An event signaling the end of a process execution triggered through a task
(execution task-process-end-event)
The task execution for which the process got started.
Returns: TaskExecution
The task execution for which the process got started. **Returns:** `TaskExecution`
(exit-code task-process-end-event)
The process's exit code. Will be undefined
when the task is terminated.
Returns: number | undefined
The process's exit code. Will be `undefined` when the task is terminated. **Returns:** `number | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close