MessageStatus 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.
Enumerates replication agent status codes.
public enum class MessageStatus
public enum MessageStatus
type MessageStatus =
Public Enum MessageStatus
- Inheritance
-
MessageStatus
Fields
Name | Value | Description |
---|---|---|
None | 0 | No status. |
Start | 1 | Agent is starting. |
Succeed | 2 | Agent operation completed successfully. |
InProgress | 3 | Agent operation in progress. |
Idle | 4 | Agent is running and waiting for changes. |
Retry | 5 | Agent operation failed and is being retried. |
Fail | 6 | Agent operation failed. |
ValidationFail | 7 | Agent ran data validation, and validation failed. |
ValidationPass | 8 | Agent ran data validation, and validation completed successfully. |
RequestShutdownOnValidationFail | 9 | Agent ran data validation, and validation failed. Agent will shut down. |
Abort | 10 | Agent operation was aborted. |