Type alias ConnectionStatus

ConnectionStatus: "connected" | "connecting" | "disconnected"

The valid terminal connection states.

Notes

The status states are:

  • connected: The terminal connection is live.
  • connecting: The terminal connection is not live, but we are attempting to reconnect to the terminal.
  • disconnected: The terminal connection is down, we are not trying to reconnect.

Generated using TypeDoc