A signal emitted when there is a connection failure.
ReadonlydisposedA signal emitted when the object is disposed.
ReadonlyisWhether the manager is active.
ReadonlyisReadonlyisTest whether the manager is ready.
ReadonlyreadyA promise that fulfills when the manager is ready.
A signal emitted when the running terminals change.
ReadonlyserverThe 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.
The interface for a terminal manager.
Notes
The manager is responsible for maintaining the state of running terminal sessions.