NotebookCellExecutionSummary class

The summary of a notebook cell execution.

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

NotebookCellExecutionSummary({num? executionOrder, bool? success, IInline73? timing})
factory

Properties

executionOrder num?

Available on NotebookCellExecutionSummary, provided by the NotebookCellExecutionSummary$Typings extension

The order in which the execution happened.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool?

Available on NotebookCellExecutionSummary, provided by the NotebookCellExecutionSummary$Typings extension

If the execution finished successfully.
no setter
timing → dynamic

Available on NotebookCellExecutionSummary, provided by the NotebookCellExecutionSummary$Typings extension

The times at which execution started and ended, as unix timestamps
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited