class

LSProtocol::ExecutionSummary

Inherits JSON::Serializable / Reference / Object

Constructors

new(pull : JSON::PullParser)
Source
new(execution_order : UInt32 | Nil, success : Bool | Nil = nil)
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
success

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

Source