Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookCellExecutionSummary

The summary of a notebook cell execution.

Hierarchy

  • NotebookCellExecutionSummary

Index

Properties

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

  • startTime: number
  • endTime: number

Generated using TypeDoc