View Source GenLSP.Structures.ExecutionSummary (gen_lsp v0.8.1)

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

Link to this function

%GenLSP.Structures.ExecutionSummary{}

View Source (struct)

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.