class LSP::ExitNotification
- LSP::ExitNotification
- LSP::NotificationMessage
- Reference
- Object
Overview
A notification to ask the server to exit its process. The server should exit with success code 0 if the shutdown request has been received before; otherwise with error code 1.
Included Modules
Defined in:
notifications/exit.crConstructors
-
.new(pull : JSON::PullParser)
A notification to ask the server to exit its process.
- .new(**args)
Instance Method Summary
Instance methods inherited from class LSP::NotificationMessage
method : String
method,
method=(method : String)
method=
Constructor methods inherited from class LSP::NotificationMessage
new(pull : JSON::PullParser)new(**args) new
Constructor Detail
def self.new(pull : JSON::PullParser)
#
A notification to ask the server to exit its process. The server should exit with success code 0 if the shutdown request has been received before; otherwise with error code 1.