MergeSessionStatus 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 the status of a Merge Agent session.
public enum class MergeSessionStatus
public enum MergeSessionStatus
type MergeSessionStatus =
Public Enum MergeSessionStatus
- Inheritance
-
MergeSessionStatus
Fields
Name | Value | Description |
---|---|---|
NotStarted | 0 | The session has not started. |
Starting | 1 | The agent is starting. |
Succeeded | 2 | The subscription was synchronized successfully. |
Running | 3 | The agent is running. |
Idle | 4 | The agent is idle. |
Retry | 5 | The agent is retrying the session. |
Failed | 6 | One or more failures occurred during the session. |
Interrupted | 7 | The agent was interrupted. |