|
JobStatusHealth Property |
This value represents the high level health of the job.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic Health Health { get; set; }
Public Property Health As Health
Get
Set
public:
property Health Health {
Health get ();
void set (Health value);
}
function get_Health();
function set_Health(value);
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