Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.terminal-exit-status

Represents how a terminal exited.

Represents how a terminal exited.
raw docstring

codecljs

(code terminal-exit-status)

The exit code that a terminal exited with, it can have the following values:

  • Zero: the terminal process or custom execution succeeded.
  • Non-zero: the terminal process or custom execution failed.
  • undefined: the user forcibly closed the terminal or a custom execution exited without providing an exit code.

Returns: number | undefined

The exit code that a terminal exited with, it can have the following values:
- Zero: the terminal process or custom execution succeeded.
- Non-zero: the terminal process or custom execution failed.
- `undefined`: the user forcibly closed the terminal or a custom execution exited
  without providing an exit code.

**Returns:** `number | undefined`
sourceraw docstring

reasoncljs

(reason terminal-exit-status)

The reason that triggered the exit of a terminal.

Returns: TerminalExitReason

The reason that triggered the exit of a terminal.

**Returns:** `TerminalExitReason`
sourceraw docstring

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

× close