TaskSettings.RunOnlyIfIdle property

For scripting, gets or sets a Boolean value that indicates that the Task Scheduler will run the task only if the computer is in an idle condition.

This property is read/write.

Syntax

TaskSettings.RunOnlyIfIdle As Boolean

Property value

If True, the property indicates that the Task Scheduler will run the task only if the computer is in an idle condition. The default is False.

Remarks

When reading or writing XML for a task, this setting is specified in the RunOnlyIfIdle 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