Click or drag to resize
JobStatusHighLevelState Property
This value represents high level job states. High level states typically map to phases of the job's overall lifecycle, like mirroring or failing over. Jobs will pass through various high level states during their lifetime, and the types of high level states are usually shared between jobs, regardless of job type.

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

Property Value

Type: HighLevelState
The high level state of this job.
Remarks
High level states of a job typically map to phases of the job's overall lifecycle. Examples include "mirroring", "replicating", "failing over", etc. Jobs will pass through various high level states during their lifetime, and the types of high level states are usually shared between jobs, regardless of the job's purpose.
See Also