Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
Task Class
Task Properties
Definition Property
Enabled Property
Folder Property
IsActive Property
LastRunTime Property
LastTaskResult Property
Name Property
NextRunTime Property
NumberOfMissedRuns Property
Path Property
ReadOnly Property
SecurityDescriptor Property
State Property
TaskService Property
Xml Property
Task
Number
Of
Missed
Runs Property
Gets the number of times the registered task has missed a scheduled run.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
int
NumberOfMissedRuns
{
get
; }
Request Example
View Source
Property Value
Int32
Exceptions
Exception
Condition
NotV1SupportedException
Not supported under Task Scheduler 1.0.
See Also
Reference
Task Class
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.