|
EngineControlStatusCanProcessOrphans Property
|
This value is true if the orphan file removal process 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 CanProcessOrphans { get; set; }
Public Property CanProcessOrphans As Boolean
Get
Set
public:
property bool CanProcessOrphans {
bool get ();
void set (bool value);
}
function get_CanProcessOrphans();
function set_CanProcessOrphans(value);
Property Value
Type:
Boolean if a process orphans operation can be performed; otherwise,
.
See Also