Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies that the Unified Scheduling Engine will be used to run this task.
<xs:element name="UseUnifiedSchedulingEngine"
type="boolean"
default="false"
minOccurs="0"
/>
The UseUnifiedSchedulingEngine element is defined by the settingsType complex type.
Parent element
Element | Derived from | Description |
---|---|---|
Settings | settingsType | Contains the settings that the Task Scheduler uses to perform the task. |
Remarks
The default setting for this element is False.
For C++ development, this information is accessed through the ITaskSettings2::UseUnifiedSchedulingEngine property.
Examples
The following XML defines a settings element that specifies that the Unified Scheduling Engine will be used to run this task.
<Settings>
<UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
</Settings>
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |