ServerStatus Enum

Definition

the possible values of server status

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum ServerStatus
[<System.Flags>]
type ServerStatus = 
Public Enum ServerStatus
Inheritance
ServerStatus
Attributes

Fields

Offline 16

Referenced server has been placed offline by a system or user action.

OfflinePending 48

Server is in being shuted down.

Online 1

Referenced server is available for use (Online).

OnlinePending 3

Server startup is underway.

Unknown 0

Unknown state - value doesn't match any of the states below

Applies to