|
|
EngineControlStatus Class |
Namespace: DoubleTake.Jobs.Contract
public class EngineControlStatus : IExtensibleDataObject
The EngineControlStatus type exposes the following members.
| Name | Description | |
|---|---|---|
| EngineControlStatus |
| Name | Description | |
|---|---|---|
| CanPauseMirror |
This value is true if mirroring can be paused; otherwise, it is false.
| |
| CanPauseTarget |
This value is true if the target can be paused; otherwise, it is false.
| |
| CanPauseTransmission |
This value is true if transmission can be paused; otherwise, it is false.
| |
| CanProcessOrphans |
This value is true if the orphan file removal process can be started; otherwise, it is false.
| |
| CanResumeMirror |
This value is true if mirroring can be resumed; otherwise, it is false.
| |
| CanResumeTarget |
This value is true if the target can be resumed; otherwise, it is false.
| |
| CanResumeTransmission |
This value is true if transmission can be resumed; otherwise, it is false.
| |
| CanSetBandwidth |
This value is true if a bandwidth limit can be set; otherwise, it is false.
| |
| CanStartMirror |
This value is true if mirroring can be started; otherwise, it is false.
| |
| CanStartTransmission |
This value is true if transmission can be started; otherwise, it is false.
| |
| CanStopMirror |
This value is true if mirroring can be stopped; otherwise, it is false.
| |
| CanTakeSnapshot |
This value is true if the target can take a snapshot of the replica data; otherwise, it is false.
| |
| CanUpdateShares |
This value is true if source share information can be updated; otherwise, it is false.
| |
| CanVerify |
This value is true if verification of the source data to the target replica data can be started; otherwise, it is false.
| |
| ConnectionId |
This value is a unique ID that needs to be provided to the replication engine control methods for controlling the replication engine connection.
| |
| ExtensionData |
Gets or sets the structure that contains extra data.
| |
| Role |
This value is the role of the replication engine for the job. Jobs may use more than one replication engine connection in their operation.
This property provides a way to differentiate between the replication engine connections for display purposes.
|