__header__
Description
The Loop Tool loop a fixed number of times ruinning a seqeunce each time and
setting globally the index and count
Inputs
Seq
The sequence determines which sequence will be run on every item that is
defined in the collection.
Parameters
two entries will be made in these parameters
- [Global_Loop_Name]_count
- [Global_Loop_Name]_index
Parameters
Global_Loop_Name
loop name in the parameters
RunAsynchronous
If set the loop is run in a separate thread
Count
The number of times to loop
__footer__