IdleSettingsWaitTimeout Property
Gets or sets a value that indicates the amount of time that the Task Scheduler will wait for an idle condition to occur. If no
value is specified for this property, then the Task Scheduler service will wait indefinitely for an idle condition to occur.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
[DefaultValueAttribute(typeof(TimeSpan), "01:00:00")]
public TimeSpan WaitTimeout { get; set; }
Property Value
TimeSpan
A value that indicates the amount of time that the Task Scheduler will wait for an idle condition to occur. The minimum time
allowed is 1 minute. If this value is
TimeSpan.Zero, then the delay will be the equivalent of "Do not wait".