Click or drag to resize
JobStatusCanFailback Property
This value is true if the job can be failed back; otherwise, it is false.

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

Property Value

Type: Boolean
if this job can currently be failed back; otherwise, .
See Also