Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TerminalExitStatus

Represents how a terminal exited.

层级

  • TerminalExitStatus

索引

Properties(1)

Properties(1)

Readonly code

code: undefined | number

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.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹