Liking cljdoc? Tell your friends :D

dots.vscode.notebook-cell-execution-summary

The summary of a notebook cell execution.

The summary of a notebook cell execution.
raw docstring

execution-ordercljs

(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`
sourceraw docstring

success?cljs

(success? notebook-cell-execution-summary)

If the execution finished successfully.

Returns: boolean | undefined

If the execution finished successfully.

**Returns:** `boolean | undefined`
sourceraw docstring

timingcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close