Click or drag to resize
VerificationStatus Enumeration
Indicates the status of a verification task or step.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public enum VerificationStatus
Members
  Member nameValueDescription
InProgress0 Indicates the verification task or step is still running.
Success1 Indicates the verification task or step has completed successfully.
Warning2 Indicates the verification task or step has completed with a warning.
Error3 Indicates the verification task or step has completed with an error.
See Also