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.12.0
Syntax
C#
public SettingsBuilder ExecutingAtMost(
	TimeSpan duration
)
Request Example View Source

Parameters

duration  TimeSpan

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

Return Value

SettingsBuilder
SettingsBuilder instance.
See Also