Readonly connectionThe current connection status of the terminal.
A signal emitted when the terminal connection status changes.
Readonly disposedA signal emitted when the object is disposed.
Readonly isA signal emitted when a message is received from the server.
Readonly modelThe model associated with the session.
Readonly nameGet the name of the terminal session.
Readonly serverThe server settings for the session.
Dispose of the resources held by the object.
If the object's dispose method is called more than once, all
calls made after the first will be a no-op.
It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.
Generated using TypeDoc
An interface for a terminal session.