Click or drag to resize
Task Scheduler Managed Class Library

TaskServiceGetRunningTasks Method

Gets a collection of running tasks.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public RunningTaskCollection GetRunningTasks(
	bool includeHidden = true
)
Request Example View Source

Parameters

includeHidden  Boolean  (Optional)
True to include hidden tasks.

Return Value

RunningTaskCollection
RunningTaskCollection instance with the list of running tasks.
See Also