struct

LSP::ExecutionSummary

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

execution_order

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

Source
execution_order=(execution_order : UInt32)

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

Source
success

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

Source
success=(success : Bool | Nil)

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

Source