Click or drag to resize
Task Scheduler Managed Class Library

BootTriggerDelay Property

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

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
[DefaultValueAttribute(typeof(TimeSpan), "00:00:00")]
[XmlIgnoreAttribute]
public TimeSpan Delay { get; set; }
Request Example View Source

Property Value

TimeSpan

Implements

ITriggerDelayDelay
Exceptions
ExceptionCondition
NotV1SupportedExceptionNot supported under Task Scheduler 1.0.
See Also