 | TaskNumberOfMissedRuns 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.10.1
Syntaxpublic int NumberOfMissedRuns { get; }
Public ReadOnly Property NumberOfMissedRuns As Integer
Get
public:
property int NumberOfMissedRuns {
int get ();
}
Request Example
View SourceProperty Value
Type:
Int32
Exceptions
See Also