Click or drag to resize
Task Scheduler Managed Class Library

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.12.0
Syntax
C#
[DefaultValueAttribute(false)]
public bool Exclusive { get; set; }
Request Example View Source

Property Value

Boolean
Exceptions
ExceptionCondition
NotSupportedPriorToExceptionProperty set for a task on a Task Scheduler version prior to 2.2.
See Also