Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 3.18 KB

nf-taskschd-imaintenancesettings-put_exclusive.md

File metadata and controls

73 lines (59 loc) · 3.18 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:taskschd.IMaintenanceSettings.put_Exclusive
IMaintenanceSettings::put_Exclusive (taskschd.h)
Indicates whether the Task scheduler must start the task during the Automatic maintenance in exclusive mode. (Put)
Exclusive property [Task Scheduler]
Exclusive property [Task Scheduler]
IMaintenanceSettings interface
IMaintenanceSettings interface [Task Scheduler]
Exclusive property
IMaintenanceSettings.Exclusive
IMaintenanceSettings.put_Exclusive
IMaintenanceSettings::Exclusive
IMaintenanceSettings::get_Exclusive
IMaintenanceSettings::put_Exclusive
put_Exclusive
taskschd.imaintenancesettings_exclusive
taskschd/IMaintenanceSettings::Exclusive
taskschd/IMaintenanceSettings::get_Exclusive
taskschd/IMaintenanceSettings::put_Exclusive
taskschd\imaintenancesettings_exclusive.htm
taskschd
6733749B-A82D-4707-93F9-7BD16137C465
12/05/2018
Exclusive property [Task Scheduler], Exclusive property [Task Scheduler],IMaintenanceSettings interface, IMaintenanceSettings interface [Task Scheduler],Exclusive property, IMaintenanceSettings.Exclusive, IMaintenanceSettings.put_Exclusive, IMaintenanceSettings::Exclusive, IMaintenanceSettings::get_Exclusive, IMaintenanceSettings::put_Exclusive, put_Exclusive, taskschd.imaintenancesettings_exclusive, taskschd/IMaintenanceSettings::Exclusive, taskschd/IMaintenanceSettings::get_Exclusive, taskschd/IMaintenanceSettings::put_Exclusive
taskschd.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Taskschd.idl
Taskschd.lib
Taskschd.dll
Windows
19H1
IMaintenanceSettings::put_Exclusive
taskschd/IMaintenanceSettings::put_Exclusive
c++
APIRef
kbSyntax
COM
Taskschd.dll
IMaintenanceSettings.Exclusive
IMaintenanceSettings.get_Exclusive
IMaintenanceSettings.put_Exclusive

IMaintenanceSettings::put_Exclusive

-description

Indicates 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.

This property is read/write.

-parameters

-remarks

Starting a task in exclusive mode means that no other maintenance task is get started in parallel with this one. Exclusivity does not guarantee the task any priority in order of execution.

When reading or writing XML for a task, this setting is specified in the Exclusive element of the Task Scheduler schema.

-see-also

IMaintenanceSettings