Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookCellExecutionSummary

The summary of a notebook cell execution.

Hierarchy

  • NotebookCellExecutionSummary

Index

Properties(3)

Properties(3)

Optional Readonly executionOrder

executionOrder: number

The order in which the execution happened.

Optional Readonly success

success: boolean

If the execution finished successfully.

Optional Readonly timing

timing: { startTime: number; endTime: number }

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

Type declaration

  • Readonly startTime: number

    Execution start time.

  • Readonly endTime: number

    Execution end time.

Generated by TypeDoc. Maintained by 洛竹