InstanceState 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.
InstanceState values
public enum InstanceState
type InstanceState =
Public Enum InstanceState
- Inheritance
-
InstanceState
Fields
Offline | 16 | Instance is offline. |
OfflinePending | 48 | Shutdown pending. |
Online | 1 | Instance is online. |
OnlinePending | 3 | Instance is starting up. |
Unknown | 0 | Unknown state - value doesn't match any of the states below |