Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
notebook
NotebookExecutionStateService
Class NotebookExecutionStateService
Implements
Disposable
Index
Constructors
constructor
Properties
executions
notebook
Service
on
Did
Change
Execution
on
Did
Change
Execution
Emitter
on
Did
Change
Last
Run
Fail
State
on
Did
Change
Last
Run
Fail
State
Emitter
to
Dispose
Methods
create
Notebook
Cell
Execution
dispose
get
Cell
Execution
get
Or
Create
Cell
Execution
on
Cell
Execution
Did
Complete
Constructors
constructor
new
Notebook
Execution
State
Service
(
)
:
NotebookExecutionStateService
Returns
NotebookExecutionStateService
Properties
Protected
Readonly
executions
executions
:
Map
<
string
,
Map
<
number
,
CellExecution
>
>
= ...
Protected
notebook
Service
notebook
Service
:
NotebookService
on
Did
Change
Execution
on
Did
Change
Execution
:
Event
<
CellExecutionStateChangedEvent
>
= ...
Protected
Readonly
on
Did
Change
Execution
Emitter
on
Did
Change
Execution
Emitter
:
Emitter
<
CellExecutionStateChangedEvent
>
= ...
on
Did
Change
Last
Run
Fail
State
on
Did
Change
Last
Run
Fail
State
:
Event
<
NotebookFailStateChangedEvent
>
= ...
Protected
Readonly
on
Did
Change
Last
Run
Fail
State
Emitter
on
Did
Change
Last
Run
Fail
State
Emitter
:
Emitter
<
NotebookFailStateChangedEvent
>
= ...
Protected
to
Dispose
to
Dispose
:
DisposableCollection
= ...
Methods
Protected
create
Notebook
Cell
Execution
create
Notebook
Cell
Execution
(
notebook
,
cellHandle
)
:
CellExecution
Parameters
notebook
:
NotebookModel
cellHandle
:
number
Returns
CellExecution
dispose
dispose
(
)
:
void
Returns
void
get
Cell
Execution
get
Cell
Execution
(
cellUri
)
:
undefined
|
CellExecution
Parameters
cellUri
:
URI
Returns
undefined
|
CellExecution
get
Or
Create
Cell
Execution
get
Or
Create
Cell
Execution
(
notebookUri
,
cellHandle
)
:
CellExecution
Parameters
notebookUri
:
URI
cellHandle
:
number
Returns
CellExecution
Protected
on
Cell
Execution
Did
Complete
on
Cell
Execution
Did
Complete
(
notebookUri
,
cellHandle
,
exe
,
lastRunSuccess
?
)
:
void
Parameters
notebookUri
:
URI
cellHandle
:
number
exe
:
CellExecution
Optional
lastRunSuccess
:
boolean
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
executions
notebook
Service
on
Did
Change
Execution
on
Did
Change
Execution
Emitter
on
Did
Change
Last
Run
Fail
State
on
Did
Change
Last
Run
Fail
State
Emitter
to
Dispose
create
Notebook
Cell
Execution
dispose
get
Cell
Execution
get
Or
Create
Cell
Execution
on
Cell
Execution
Did
Complete
Theia TypeDoc
Loading...