LSP::ExecutionSummary
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
execution_order
A strict monotonically increasing value indicating the execution order of a cell inside a notebook.
execution_order=(execution_order : UInt32)
A strict monotonically increasing value indicating the execution order of a cell inside a notebook.
success=(success : Bool | Nil)
Whether the execution was successful or not if known by the client.