class LSProtocol::ExecutionSummary
- LSProtocol::ExecutionSummary
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#execution_order : UInt32
A strict monotonically increasing value indicating the execution order of a cell inside a notebook.
-
#success : Bool | Nil
Whether the execution was successful or not if known by the client.
Constructor Detail
Instance Method Detail
def execution_order : UInt32
#
A strict monotonically increasing value indicating the execution order of a cell inside a notebook.