Click or drag to resize
RestoreStatus Enumeration
Indicates the status of a restore operation.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntax
public enum RestoreStatus
Members
  Member nameValueDescription
NotStarted0 The restoration has not started.
Restoring1 The restoration process is in progress.
Restored2 The restoration process is complete. It is now safe to perform failback.
See Also