Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
RunningTaskCollection Class
RunningTaskCollection Properties
Count Property
Item Property
Running
Task
Collection
Item Property
Gets the specified running task from the collection.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
RunningTask
this
[
int
index
] {
get
; }
Request Example
View Source
Parameters
index
Int32
The index of the running task to be retrieved.
Return Value
RunningTask
A
RunningTask
instance.
See Also
Reference
RunningTaskCollection Class
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.