Enumeration NotebookCellExecutionState

The execution state of a notebook cell.

Enumeration Members

Enumeration Members

Executing: 3

The cell is currently executing.

Idle: 1

The cell is idle.

Pending: 2

Execution for the cell is pending.