Click or drag to resize
Task Scheduler Managed Class Library

SettingsBuilderWakingToRun Method

Indicates that the Task Scheduler will wake the computer when it is time to run the task.

Namespace: Microsoft.Win32.TaskScheduler.Fluent
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public SettingsBuilder WakingToRun()
Request Example View Source

Return Value

SettingsBuilder
SettingsBuilder instance.
See Also