Training
Module
Enumerate objects in the pipeline - Training
This module explains how to enumerate objects in the pipeline so that you can work with one object at a time during automation.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
To enumerate tasks, you must call ITaskScheduler::Enum to create an enumeration object. Then, use the enumeration object's IEnumWorkItems interface to enumerate the tasks in the Scheduled Tasks folder.
The following procedure describes how to enumerate the tasks in the Scheduled Tasks folder.
To enumerate the tasks in the Scheduled Tasks folder
For a code example of | See |
---|---|
Enumerating all the tasks in the Scheduled Tasks folder of the local computer | C/C++ Code Example: Enumerating Tasks |
Training
Module
Enumerate objects in the pipeline - Training
This module explains how to enumerate objects in the pipeline so that you can work with one object at a time during automation.