 | TaskServiceGetRunningTasks Method |
Gets a collection of running tasks.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic RunningTaskCollection GetRunningTasks(
bool includeHidden = true
)
Public Function GetRunningTasks (
Optional includeHidden As Boolean = true
) As RunningTaskCollection
public:
RunningTaskCollection^ GetRunningTasks(
bool includeHidden = true
)
Request Example
View SourceParameters
- includeHidden (Optional)
- Type: SystemBoolean
True to include hidden tasks.
Return Value
Type:
RunningTaskCollectionRunningTaskCollection instance with the list of running tasks.
See Also