struct LSP::WorkDoneProgressEnd
- LSP::WorkDoneProgressEnd
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/work_done_progress.crConstructors
Instance Method Summary
- #kind : String
-
#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.