TaskServiceGetRunningTasks Method

Gets a collection of running tasks.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
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