executionSummary property

NotebookCellExecutionSummary? get executionSummary

The new execution summary of the cell or undefined when it did not change.

Implementation

_i3.NotebookCellExecutionSummary? get executionSummary => _i5.getProperty(
      this,
      'executionSummary',
    );