Click or drag to resize
HighLevelState Enumeration
High level state.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public enum HighLevelState
Members
  Member nameValueDescription
Unknown0 The unknown
Created1 The created
Deleting2 The deleting
FailedBack3 The failed back
FailedOver4 The failed over
FailingBack5 The failing back
FailingOver6 The failing over
FailoverFailed7 The failover failed
FailoverPending8 The failover pending
Mirroring9 The mirroring
MirrorRequired10 The mirror required
Paused11 The paused
Pausing12 The pausing
Protecting13 The protecting
Provisioning14 The provisioning
Restored15 The restored
RestoreFailed16 The restore failed
RestorePaused17 The restore paused
RestoreRequired18 The restore required
Restoring19 The restoring
Resuming20 The resuming
Reversing21 The reversing
Reverting22 The reverting
Starting23 The starting
Stopped24 The stopped
Stopping25 The stopping
Undoing26 The undoing
RevertingSnapshot27 The reverting snapshot
UpdatingTargetImage28 The updating target image
CredentialsRequired29 The credentials required
ActivationCodeWarning30 The activation code warning
ActivationCodeError31 The activation code error
EngineConnectionWarning32 The engine connection warning
EngineConnectionError33 The engine connection error
EngineServiceWarning34 The engine service warning
EngineServiceError35 The engine service error
ServerCommunicationWarning36 The server communication warning
ServerCommunicationError37 The server communication error
TargetInfoNotAvailable38 The target information not available
Editing39 Job edit in progress
See Also