struct LSP::WorkDoneProgressEnd

Overview

Signaling the end of a progress reporting is done using the following payload.

Included Modules

Defined in:

base/work_done_progress.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(**args) #

Instance Method Detail

def message : String? #

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


def message=(message : String?) #

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