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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |