TaskSettings.IdleSettings property

For scripting, gets or sets the information that specifies how the Task Scheduler performs tasks when the computer is in an idle condition. For information about idle conditions, see Task Idle Conditions.

This property is read/write.

Syntax

TaskSettings.IdleSettings As IdleSettings

Property value

An IdleSettings object that specifies how the Task Scheduler handles the task when the computer goes into an idle condition.

Remarks

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

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

Task Scheduler