|
Health Enumeration
|
Indicates the health of a job.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
SyntaxPublic Enumeration Health
DoubleTake.Jobs.Contract.Health = function();
DoubleTake.Jobs.Contract.Health.createEnum('DoubleTake.Jobs.Contract.Health', false);
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The health of the job is unknown or not yet determined.
|
| Ok | 1 |
The health of the job is good and data is protected.
|
| Warning | 2 |
The job is taking corrective action. Data may not be protected. You should closely monitor a job in a warning state.
|
| Error | 3 |
The job has encountered an error that requires user attention. Data is not protected.
|
See Also