 | HighLevelState Enumeration |
High level state.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic enum HighLevelState
Public Enumeration HighLevelState
public enum class HighLevelState
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The unknown
|
| Created | 1 |
The created
|
| Deleting | 2 |
The deleting
|
| FailedBack | 3 |
The failed back
|
| FailedOver | 4 |
The failed over
|
| FailingBack | 5 |
The failing back
|
| FailingOver | 6 |
The failing over
|
| FailoverFailed | 7 |
The failover failed
|
| FailoverPending | 8 |
The failover pending
|
| Mirroring | 9 |
The mirroring
|
| MirrorRequired | 10 |
The mirror required
|
| Paused | 11 |
The paused
|
| Pausing | 12 |
The pausing
|
| Protecting | 13 |
The protecting
|
| Provisioning | 14 |
The provisioning
|
| Restored | 15 |
The restored
|
| RestoreFailed | 16 |
The restore failed
|
| RestorePaused | 17 |
The restore paused
|
| RestoreRequired | 18 |
The restore required
|
| Restoring | 19 |
The restoring
|
| Resuming | 20 |
The resuming
|
| Reversing | 21 |
The reversing
|
| Reverting | 22 |
The reverting
|
| Starting | 23 |
The starting
|
| Stopped | 24 |
The stopped
|
| Stopping | 25 |
The stopping
|
| Undoing | 26 |
The undoing
|
| RevertingSnapshot | 27 |
The reverting snapshot
|
| UpdatingTargetImage | 28 |
The updating target image
|
| CredentialsRequired | 29 |
The credentials required
|
| ActivationCodeWarning | 30 |
The activation code warning
|
| ActivationCodeError | 31 |
The activation code error
|
| EngineConnectionWarning | 32 |
The engine connection warning
|
| EngineConnectionError | 33 |
The engine connection error
|
| EngineServiceWarning | 34 |
The engine service warning
|
| EngineServiceError | 35 |
The engine service error
|
| ServerCommunicationWarning | 36 |
The server communication warning
|
| ServerCommunicationError | 37 |
The server communication error
|
| TargetInfoNotAvailable | 38 |
The target information not available
|
| Editing | 39 |
Job edit in progress
|
See Also