Task Scheduler Managed Class Library
C#
Show/Hide TOC
Custom
Trigger
Delay 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.1
C#
Copy
View Source
Request Example
public
TimeSpan
Delay
{
get
;
set
; }
Property Value
TimeSpan
Implements
ITriggerDelay
Delay
Exceptions
NotImplementedException
This value cannot be set.
See Also
Reference
CustomTrigger Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Property Value
Implements
Exceptions
See Also