A signal emitted when there is a connection failure.
Readonly disposedA signal emitted when the object is disposed.
Readonly isWhether the manager is active.
Readonly isReadonly isTest whether the manager is ready.
Readonly readyA promise that fulfills when the manager is ready.
A signal emitted when the running terminals change.
Readonly serverThe server settings for the manager.
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.
Create a new terminal session.
A promise that resolves with the terminal connection instance.
The manager serverSettings will be always be used.
Generated using TypeDoc
The interface for a terminal manager.
Notes
The manager is responsible for maintaining the state of running terminal sessions.