 | 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.10.1
Syntaxpublic TimeSpan Delay { get; set; }
Public Property Delay As TimeSpan
Get
Set
public:
virtual property TimeSpan Delay {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
}
Request Example
View SourceProperty Value
Type:
TimeSpanImplements
ITriggerDelayDelay
Exceptions
See Also