 | TriggerExecutionTimeLimit Property |
Gets or sets the maximum amount of time that the task launched by this trigger is allowed to run. Not available with Task
Scheduler 1.0.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic TimeSpan ExecutionTimeLimit { get; set; }
Public Property ExecutionTimeLimit As TimeSpan
Get
Set
public:
property TimeSpan ExecutionTimeLimit {
TimeSpan get ();
void set (TimeSpan value);
}
Request Example
View SourceProperty Value
Type:
TimeSpan
Exceptions
See Also