Task Scheduler Managed Class Library
C#
Show/Hide TOC
Task
Service
Get
Running
Tasks Method
Gets a collection of running tasks.
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
RunningTaskCollection
GetRunningTasks
(
bool
includeHidden
=
true
)
Parameters
includeHidden
Boolean
(Optional)
True to include hidden tasks.
Return Value
RunningTaskCollection
RunningTaskCollection
instance with the list of running tasks.
See Also
Reference
TaskService Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Parameters
Return Value
See Also