Class NotebookExecutionStateService

Implements

  • Disposable

Constructors

Properties

executions: Map<string, Map<number, CellExecution>> = ...
notebookService: NotebookService
onDidChangeExecution: Event<CellExecutionStateChangedEvent> = ...
onDidChangeExecutionEmitter: Emitter<CellExecutionStateChangedEvent> = ...
onDidChangeLastRunFailState: Event<NotebookFailStateChangedEvent> = ...
onDidChangeLastRunFailStateEmitter: Emitter<NotebookFailStateChangedEvent> = ...
toDispose: DisposableCollection = ...

Methods