EventTriggerDelay Property

Gets or sets a value that indicates the amount of time between when the system is booted and when the task is started.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[DefaultValueAttribute(typeof(TimeSpan), "00:00:00")]
public TimeSpan Delay { get; set; }

Property Value

TimeSpan

Implements

ITriggerDelayDelay

See Also