|
EngineControlStatusCanRefreshStatus Property
|
This value is true if the job's status can be refreshed; otherwise, it is false.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntaxpublic bool CanRefreshStatus { get; set; }
Public Property CanRefreshStatus As Boolean
Get
Set
public:
property bool CanRefreshStatus {
bool get ();
void set (bool value);
}
function get_CanRefreshStatus();
function set_CanRefreshStatus(value);
Property Value
Type:
Boolean if a job status refresh can be performed; otherwise,
.
See Also