|
JobManagerAutoRemoveInvalidJobs Property |
Enable the auto-remove of invalid jobs
Namespace: DrawerBackup.Native.JobsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic bool AutoRemoveInvalidJobs { get; set; }
Public Property AutoRemoveInvalidJobs As Boolean
Get
Set
public:
property bool AutoRemoveInvalidJobs {
bool get ();
void set (bool value);
}
member AutoRemoveInvalidJobs : bool with get, set
Property Value
Type:
Boolean
See Also