 | MaintenanceSettingsExclusive Property |
Gets or sets a value indicating whether the Task Scheduler must start the task during the Automatic maintenance in exclusive
mode. The exclusivity is guaranteed only between other maintenance tasks and doesn't grant any ordering priority of the task. If
exclusivity is not specified, the task is started in parallel with other maintenance tasks.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic bool Exclusive { get; set; }
Public Property Exclusive As Boolean
Get
Set
public:
property bool Exclusive {
bool get ();
void set (bool value);
}
Request Example
View SourceProperty Value
Type:
Boolean
Exceptions
See Also