struct LSP::ExecutionSummary
- LSP::ExecutionSummary
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/notebook_document.crConstructors
Instance Method Summary
- #execution_order : UInt32
- #execution_order=(execution_order : UInt32)
-
#success : Bool | Nil
Whether the execution was successful or not if known by the client.
-
#success=(success : Bool | Nil)
Whether the execution was successful or not if known by the client.
Constructor Detail
Instance Method Detail
def success=(success : Bool | Nil)
#
Whether the execution was successful or not if known by the client.