Click or drag to resize

JobStatusCanUndoFailover Property

This value is true if the failover of the job can be undone; otherwise, it is false.

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

Property Value

Type: Boolean
if the failover of this job can be currently undone; otherwise, .
See Also