class LSProtocol::ExecutionSummary

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(execution_order : UInt32 | Nil, success : Bool | Nil = nil) #

[View source]

Instance Method Detail

def execution_order : UInt32 #

[View source]
def success : Bool | Nil #

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


[View source]