Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookCellExecutionSummary

The summary of a notebook cell execution.

层级

  • NotebookCellExecutionSummary

索引

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

  • startTime: number
  • endTime: number

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹