Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/notebook
browser/service/notebook-execution-state-service
CellExecution
Class CellExecution
Implements
Disposable
Index
Constructors
constructor
Properties
_
did
Pause
_
is
Paused
_
state
cell
Handle
notebook
on
Did
Complete
on
Did
Complete
Emitter
on
Did
Update
on
Did
Update
Emitter
to
Dispose
Accessors
did
Pause
is
Paused
notebook
URI
state
Methods
apply
Cell
Execution
Edits
To
Notebook
complete
confirm
dispose
initialize
update
Constructors
constructor
new
CellExecution
(
cellHandle
:
number
,
notebook
:
NotebookModel
)
:
CellExecution
Parameters
cellHandle
:
number
notebook
:
NotebookModel
Returns
CellExecution
Properties
Protected
_
did
Pause
_didPause
:
boolean
= false
Protected
_
is
Paused
_isPaused
:
boolean
= false
Protected
_
state
_state
:
NotebookCellExecutionState
= NotebookCellExecutionState.Unconfirmed
Readonly
cell
Handle
cellHandle
:
number
Protected
Readonly
notebook
notebook
:
NotebookModel
Readonly
on
Did
Complete
onDidComplete
:
Event
<
undefined
|
boolean
>
= ...
Protected
Readonly
on
Did
Complete
Emitter
onDidCompleteEmitter
:
Emitter
<
undefined
|
boolean
>
= ...
Readonly
on
Did
Update
onDidUpdate
:
Event
<
void
>
= ...
Protected
Readonly
on
Did
Update
Emitter
onDidUpdateEmitter
:
Emitter
<
void
>
= ...
to
Dispose
toDispose
:
DisposableCollection
= ...
Accessors
did
Pause
get
didPause
()
:
boolean
Returns
boolean
is
Paused
get
isPaused
()
:
boolean
Returns
boolean
notebook
URI
get
notebookURI
()
:
URI
Returns
URI
state
get
state
()
:
NotebookCellExecutionState
Returns
NotebookCellExecutionState
Methods
Protected
apply
Cell
Execution
Edits
To
Notebook
applyCellExecutionEditsToNotebook
(
edits
:
CellEditOperation
[]
)
:
void
Parameters
edits
:
CellEditOperation
[]
Returns
void
complete
complete
(
completionData
:
CellExecutionComplete
)
:
void
Parameters
completionData
:
CellExecutionComplete
Returns
void
confirm
confirm
()
:
void
Returns
void
dispose
dispose
()
:
void
Dispose this object.
Returns
void
initialize
initialize
()
:
void
Returns
void
update
update
(
updates
:
CellExecuteUpdate
[]
)
:
void
Parameters
updates
:
CellExecuteUpdate
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
did
Pause
_
is
Paused
_
state
cell
Handle
notebook
on
Did
Complete
on
Did
Complete
Emitter
on
Did
Update
on
Did
Update
Emitter
to
Dispose
Accessors
did
Pause
is
Paused
notebook
URI
state
Methods
apply
Cell
Execution
Edits
To
Notebook
complete
confirm
dispose
initialize
update
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Dispose this object.