ReplicationStatus 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.
Specifies the status of a replication agent job.
public enum class ReplicationStatus
public enum ReplicationStatus
type ReplicationStatus =
Public Enum ReplicationStatus
- Inheritance
-
ReplicationStatus
Fields
Name | Value | Description |
---|---|---|
NotStarted | 0 | The agent has not started. |
Starting | 1 | The agent is starting. |
Succeeded | 2 | The agent has succeeded. |
Running | 3 | The agent is running. |
Idle | 4 | The agent is idle. |
Retry | 5 | The agent is retrying. |
Failed | 6 | The agent has failed to accomplish one of its tasks. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.