Click or drag to resize
Health Enumeration
Indicates the health of a job.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public enum Health
Members
  Member nameValueDescription
Unknown0 The health of the job is unknown or not yet determined.
Ok1 The health of the job is good and data is protected.
Warning2 The job is taking corrective action. Data may not be protected. You should closely monitor a job in a warning state.
Error3 The job has encountered an error that requires user attention. Data is not protected.
See Also