class LSProtocol::WorkDoneProgressEnd

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(kind : String | Nil, message : String | Nil = nil) #

[View source]

Instance Method Detail

def kind : String #

[View source]
def message : String | Nil #

Optional, a final message indicating to for example indicate the outcome of the operation.


[View source]