Click or drag to resize
JobInfoStatus Property
This value represents the current state 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 JobStatus Status { get; set; }

Property Value

Type: JobStatus
A JobStatus that represents the current status of this job.
See Also