Preparing search index...
The search index is not available
@datalayer/jupyter-react
@datalayer/jupyter-react
SessionManagerLess
Class SessionManagerLess
Implements
IManager
Index
Constructors
constructor
Properties
connection
Failure
is
Disposed
is
Ready
ready
running
Changed
server
Settings?
Methods
connect
To
dispose
find
By
Id
find
By
Path
refresh
Running
running
shutdown
shutdown
All
start
New
stop
If
Needed
Constructors
constructor
new
Session
Manager
Less
(
serverSettings
)
:
SessionManagerLess
Parameters
serverSettings
:
ISettings
Returns
SessionManagerLess
Properties
connection
Failure
connection
Failure
:
ISignal
<
IManager
,
NetworkError
>
= ...
is
Disposed
is
Disposed
:
boolean
= false
is
Ready
is
Ready
:
boolean
= true
ready
ready
:
Promise
<
void
>
= ...
running
Changed
running
Changed
:
ISignal
<
SessionManagerLess
,
IModel
[]
>
= ...
Optional
server
Settings
server
Settings
?:
ISettings
Methods
connect
To
connect
To
(
options
)
:
ISessionConnection
Parameters
options
:
Omit
<
IOptions
,
"serverSettings"
|
"connectToKernel"
>
Returns
ISessionConnection
dispose
dispose
(
)
:
void
Returns
void
find
By
Id
find
By
Id
(
id
)
:
Promise
<
undefined
|
IModel
>
Parameters
id
:
string
Returns
Promise
<
undefined
|
IModel
>
find
By
Path
find
By
Path
(
path
)
:
Promise
<
undefined
|
IModel
>
Parameters
path
:
string
Returns
Promise
<
undefined
|
IModel
>
refresh
Running
refresh
Running
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
running
running
(
)
:
IterableIterator
<
IModel
>
Returns
IterableIterator
<
IModel
>
shutdown
shutdown
(
id
)
:
Promise
<
void
>
Parameters
id
:
string
Returns
Promise
<
void
>
shutdown
All
shutdown
All
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
start
New
start
New
(
createOptions
,
connectOptions
?
)
:
Promise
<
ISessionConnection
>
Parameters
createOptions
:
ISessionOptions
Optional
connectOptions
:
Omit
<
IOptions
,
"serverSettings"
|
"model"
|
"connectToKernel"
>
Returns
Promise
<
ISessionConnection
>
stop
If
Needed
stop
If
Needed
(
path
)
:
Promise
<
void
>
Parameters
path
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
connection
Failure
is
Disposed
is
Ready
ready
running
Changed
server
Settings
connect
To
dispose
find
By
Id
find
By
Path
refresh
Running
running
shutdown
shutdown
All
start
New
stop
If
Needed
@datalayer/jupyter-react
Loading...