|
JobStatusCanStop Property
|
This value is true if the job can be stopped; otherwise, it is false.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic bool CanStop { get; set; }
Public Property CanStop As Boolean
Get
Set
public:
property bool CanStop {
bool get ();
void set (bool value);
}
function get_CanStop();
function set_CanStop(value);
Property Value
Type:
Boolean if this job can currently be stopped.; otherwise,
.
See Also