Click or drag to resize
Task Scheduler Managed Class Library

SettingsBuilderExecutingAtMost Method

Sets the amount of time that is allowed to complete the task.

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

Parameters

duration
Type: SystemTimeSpan

[Missing <param name="duration"/> documentation for "M:Microsoft.Win32.TaskScheduler.Fluent.SettingsBuilder.ExecutingAtMost(System.TimeSpan)"]

Return Value

Type: SettingsBuilder
SettingsBuilder instance.
See Also