struct LSP::WorkDoneProgressEnd
- LSP::WorkDoneProgressEnd
- Struct
- Value
- Object
Overview
Signaling the end of a progress reporting is done using the following payload.
Included Modules
- JSON::Serializable
- LSP::Initializer
Defined in:
base/work_done_progress.crConstructors
Instance Method Summary
-
#message : String | Nil
Optional, a final message indicating to for example indicate the outcome of the operation.
-
#message=(message : String | Nil)
Optional, a final message indicating to for example indicate the outcome of the operation.
Constructor Detail
Instance Method Detail
def message : String | Nil
#
Optional, a final message indicating to for example indicate the outcome of the operation.
def message=(message : String | Nil)
#
Optional, a final message indicating to for example indicate the outcome of the operation.