struct LSP::ExecutionSummary

Included Modules

Defined in:

lsp/notebook_document.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def execution_order : UInt32 #

[View source]
def execution_order=(execution_order : UInt32) #

[View source]
def success : Bool | Nil #

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


[View source]
def success=(success : Bool | Nil) #

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


[View source]