Click or drag to resize
Task Scheduler Managed Class Library

RunningTaskCollectionItem Property

Gets the specified running task from the collection.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public RunningTask this[
	int index
] { get; }
Request Example View Source

Parameters

index
Type: SystemInt32
The index of the running task to be retrieved.

Return Value

Type: RunningTask
A RunningTask instance.
See Also