Test whether the object has been disposed.
This property is always safe to access.
Test whether the session is ready.
A signal emitted when a message is received from the server.
The model associated with the session.
Get the name of the terminal session.
A promise that fulfills when the session is initially ready.
The server settings for the session.
A signal emitted when the session is shut down.
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.
Reconnect to the terminal.
A promise that resolves when the terminal has reconnected.
Send a message to the terminal session.
Shut down the terminal session.
Generated using TypeDoc
An interface for a terminal session.