ReplicationStatus Enum

Definition

Specifies the status of a replication agent job.

public enum class ReplicationStatus
public enum ReplicationStatus
type ReplicationStatus = 
Public Enum ReplicationStatus
Inheritance
ReplicationStatus

Fields

Failed 6

The agent has failed to accomplish one of its tasks.

Idle 4

The agent is idle.

NotStarted 0

The agent has not started.

Retry 5

The agent is retrying.

Running 3

The agent is running.

Starting 1

The agent is starting.

Succeeded 2

The agent has succeeded.

Remarks

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Applies to