on_shutdown {languageserver}R Documentation

shutdown request handler

Description

Handler to the shutdown Request

Usage

on_shutdown(self, id, params)

Arguments

self

a LanguageServer object

id

a numeric, the id of the process that started the server

params

unused here


[Package languageserver version 0.3.1 Index]