The summary of a notebook cell execution.
The summary of a notebook cell execution.
(execution-order notebook-cell-execution-summary)
The order in which the execution happened.
Returns: number | undefined
The order in which the execution happened. **Returns:** `number | undefined`
(success? notebook-cell-execution-summary)
If the execution finished successfully.
Returns: boolean | undefined
If the execution finished successfully. **Returns:** `boolean | undefined`
(timing notebook-cell-execution-summary)
The times at which execution started and ended, as unix timestamps
Returns: { readonly startTime: number; readonly endTime: number; } | undefined
The times at which execution started and ended, as unix timestamps **Returns:** `{ readonly startTime: number; readonly endTime: number; } | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close