CustomTriggerDelay Property

Gets a value that indicates the amount of time between the trigger events and when the task is started.

Definition

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

Property Value

TimeSpan

Implements

ITriggerDelayDelay

Exceptions

NotImplementedExceptionThis value cannot be set.

See Also