For Each
Performs an activity or a series of activities on each element of an enumeration.
Options
- Delay Between: Specifies the waiting time between each iteration in milliseconds. If the delay is too short, it may not allow sufficient time for proper resource cleanup in fast-completing iterations, which can lead to system freezes. To prevent this risk, a minimum waiting time of 200 milliseconds is recommended.
- Type:
System.Int32 - Required
- Type:
Misc
- Values: The variable whose values you want to iterate. This field supports only IEnumerable variables.
- Type:
System.Collections.Generic.IEnumerable<T> - Required
- Type: