Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.task-process-end-event

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
raw docstring

executioncljs

(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`
sourceraw docstring

exit-codecljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close