Task Scheduler Managed Class Library
C#
Show/Hide TOC
Running
Task
Collection
Item Property
Gets the specified running task from the collection.
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
RunningTask
this
[
int
index
] {
get
; }
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
In This Article
Definition
Parameters
Return Value
See Also