RunningTaskCollection.Item property

For scripting, gets the specified task from the collection.

Syntax

RunningTaskCollection.Item( _
  ByVal Index _
) As RunningTask

Property value

A RunningTask object that contains the requested context.

Remarks

Collections are 1-based. In other words, the index for the first item in the collection is 1.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

Task Scheduler