Click or drag to resize
Task Scheduler Managed Class Library

SettingsBuilderNotStoppingIfGoingOnBatteries Method

Indicates that the task will not be stopped if the computer switches to battery power.

Namespace:  Microsoft.Win32.TaskScheduler.Fluent
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public SettingsBuilder NotStoppingIfGoingOnBatteries()
Request Example View Source

Return Value

Type: SettingsBuilder
SettingsBuilder instance.
See Also