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