Click or drag to resize
JobStatusHealth Property
This value represents the high level health of the job.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public Health Health { get; set; }

Property Value

Type: Health
The health of this job.
Remarks
Job health is an at-a-glance indication of whether the job is working correctly. Users can be assured that a job whose health is [F:Ok] is working properly, while a job whose health is [F:Warning] should be more closely monitored, and a job whose health is [F:Error] requires immediate attention.
See Also