|
JobStatusCanStart Property
|
This value is true if the job can be started; 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 CanStart { get; set; }
Public Property CanStart As Boolean
Get
Set
public:
property bool CanStart {
bool get ();
void set (bool value);
}
function get_CanStart();
function set_CanStart(value);
Property Value
Type:
Boolean if this job can currently be started; otherwise,
.
See Also