SettingsBuilderOnlyIfIdle Method

Indicates that the Task Scheduler will run the task only if the computer is in an idle condition.

Definition

Namespace: Microsoft.Win32.TaskScheduler.Fluent
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public SettingsBuilder OnlyIfIdle()

Return Value

SettingsBuilder
SettingsBuilder instance.

See Also