Click or drag to resize
HighLevelState Enumeration
Defines the possible high-level states of a job.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public enum HighLevelState
Members
  Member nameValueDescription
Unknown0 The job's state is unknown or not yet determined.
Created1 The job is being created.
Deleting2 The job is being deleted.
FailedBack3 The job has failed back.
FailedOver4 The job has failed over.
FailingBack5 The job is failing back.
FailingOver6 The job is failing over.
FailoverFailed7 Failover has failed.
FailoverPending8 The job has a failover condition met.
Mirroring9 The job is mirroring.
MirrorRequired10 The job requires a mirror to ensure data integrity.
Paused11 The job is paused.
Pausing12 The job is pausing.
Protecting13 The job is started and protecting.
Provisioning14 The job is provisioning resources required to start protection.
Restored15 The job has completed restoring the data.
RestoreFailed16 Restoration has failed.
RestorePaused17 The job is restoring data but transmission is currently paused.
RestoreRequired18 The job needs to restore data from the target to a new or the original source.
Restoring19 The job is restoring data.
Resuming20 The job is resuming.
Reversing21 The job is reversing roles.
Reverting22 The job is reverting.
Starting23 The job is starting.
Stopped24 The job is stopped.
Stopping25 The job is stopping.
Undoing26 The job is undoing a failover.
RevertingSnapshot27 The job is reverting to a previous snapshot.
UpdatingTargetImage28 The job is updating the target image on the source.
CredentialsRequired29 The job does not have sufficient credentials to operate properly.
ActivationCodeWarning30 The Double-Take replication engine is reporting a licensing warning.
ActivationCodeError31 The Double-Take replication engine is reporting a licensing error.
EngineConnectionWarning32 The connection associated with the job is reporting an error, but the threshold for failed communication has not yet been met.
EngineConnectionError33 The connection associated with the job is reporting an error, and the threshold for failed communication has been exceeded.
EngineServiceWarning34 The Management Service on the target cannot communicate with the target replication engine or the Management Service on the source cannot communicate with the source replication engine, but the threshold for failed communication has not yet been met.
EngineServiceError35 The Management Service on the target cannot communicate with the target replication engine or the Management Service on the source cannot communicate with the source replication engine, and the threshold for failed communication has been exceeded.
ServerCommunicationWarning36 The Management Service on the target cannot contact the Management Service on the source, but the threshold for failed communication has not yet been met.
ServerCommunicationError37 The Management Service on the target cannot contact the Management Service on the source, and the threshold for failed communication has not yet been met.
TargetInfoNotAvailable38 The controller appliance for an agentless vSphere job cannot communicate with the target.
Editing39 The job is being editing.
See Also