HadrManagerStatus 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 status of the HADR Manager Service
public enum HadrManagerStatus
type HadrManagerStatus =
Public Enum HadrManagerStatus
- Inheritance
-
HadrManagerStatus
Fields
Failed | 2 | The manager service has failed, is not running. |
PendingCommunication | 0 | The manager service hasn't started, pending communication. |
Running | 1 | The manager service is up and running. |