|
VerificationStatus Enumeration |
Indicates the status of a verification task or step.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic enum VerificationStatus
Public Enumeration VerificationStatus
public enum class VerificationStatus
DoubleTake.Jobs.Contract.VerificationStatus = function();
DoubleTake.Jobs.Contract.VerificationStatus.createEnum('DoubleTake.Jobs.Contract.VerificationStatus', false);
Members
| Member name | Value | Description |
---|
| InProgress | 0 |
Indicates the verification task or step is still running.
|
| Success | 1 |
Indicates the verification task or step has completed successfully.
|
| Warning | 2 |
Indicates the verification task or step has completed with a warning.
|
| Error | 3 |
Indicates the verification task or step has completed with an error.
|
See Also