Interface NotebookCodeCellStatusState

interface NotebookCodeCellStatusState {
    currentExecution?: CellExecution;
    executionTime: number;
}

Properties

currentExecution?: CellExecution
executionTime: number