Type Alias ExecutionSummary

ExecutionSummary: { executionOrder: uinteger; success?: boolean }

Type declaration

  • executionOrder: uinteger

    A strict monotonically increasing value indicating the execution order of a cell inside a notebook.

  • Optionalsuccess?: boolean

    Whether the execution was successful or not if known by the client.