ITriggerDelayDelay Property

Gets or sets a value that indicates the amount of time before the task is started.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
TimeSpan Delay { get; set; }

Property Value

TimeSpan
The delay duration.

See Also