View Source GenLSP.Structures.ExecutionSummary (gen_lsp v0.10.0)
Link to this section Summary
Functions
Fields
- execution_order: A strict monotonically increasing value indicating the execution order of a cell inside a notebook.
- success: Whether the execution was successful or not if known by the client.
Link to this section Types
@type t() :: %GenLSP.Structures.ExecutionSummary{ execution_order: GenLSP.BaseTypes.uinteger(), success: boolean() | nil }
Link to this section Functions
fields
Fields
- execution_order: A strict monotonically increasing value indicating the execution order of a cell inside a notebook.
- success: Whether the execution was successful or not if known by the client.