Table of Contents

Enum ServerStateValue

Namespace
RDCore.SDK.Server.Services.States
Assembly
RDCore.SDK.dll
public enum ServerStateValue

Fields

Exiting = 6

Server has received an exit request and its process is about to terminate.

Initializing = 1

Server has received the initialize request and is in the process of initializing, but has not yet completed initialization.

Running = 2

Server is running and ready to handle client requests.

RunningTraceless = 4

Server is running and ready to handle client requests with tracing disabled.

RunningVerbose = 3

Server is running and ready to handle client requests with trace-level logs enabled.

ShuttingDown = 5

Server has received a shutdown request and is in the process of cleanly shutting down the language server.

Starting = 0

Server process has started but has not yet been initialized.