Click or drag to resize
EngineControlStatusCanPauseTarget Property
This value is true if the target can be paused; 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 CanPauseTarget { get; set; }

Property Value

Type: Boolean
if the target can be paused; otherwise, .
See Also