Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookCodeCellStatusState {
        currentExecution?: CellExecution;
        executionTime: number;
    }
    Index

    Properties

    currentExecution?: CellExecution
    executionTime: number