ServerStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |