Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookCellExecutionSummary

The summary of a notebook cell execution.

Hierarchy

  • NotebookCellExecutionSummary

Index

Properties

executionOrder?: number

The order in which the execution happened.

stubbed
success?: boolean

If the execution finished successfully.

stubbed
timing?: { endTime: number; startTime: number }

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

stubbed

Type declaration

  • Readonly endTime: number
  • Readonly startTime: number