summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/include/LibLsp/lsp/general/exit.h
blob: bef9cad31dfd94efbdde594e75d3012a913cdd6c (plain)
1
2
3
4
5
6
7
#pragma once

#include "LibLsp/JsonRpc/NotificationInMessage.h"
/**
 * A notification to ask the server to exit its process.
 */
DEFINE_NOTIFICATION_TYPE(Notify_Exit, optional<JsonNull>, "exit");