A signal emitted when there is a connection failure.
Readonly
isReadonly
isTest whether the manager is ready.
Readonly
readyA promise that is fulfilled when the manager is ready.
A signal emitted when the running sessions change.
Optional
serverThe server settings for the manager.
Connect to a running session.
The session options to use.
The new session instance.
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.
Start a new session.
Options for creating the session
Optional
connectOptions: Omit<Session.ISessionConnection.IOptions, "serverSettings" | "model" | "connectToKernel">Options for connecting to the session
A promise that resolves with a session connection instance.
The serverSettings
and connectToKernel
options of the manager will be used.
Object which manages session instances.
Notes
The manager is responsible for maintaining the state of running sessions.