Click or drag to resize
Task Scheduler Managed Class Library

SettingsBuilderDisallowingDemandStart Method

Indicates that the task cannot be started with the Run command or the Context menu.

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

Return Value

Type: SettingsBuilder
SettingsBuilder instance.
See Also