Operation: foreach image end
Author:
Volker Baecker
Example
Description
The operation marks the end of a loop. In each cycle the result of
"foreach image do" is the current filename. When "foreach image end"
is reached the current filename is set to the next in the
list and the execution continues after "foreach image do". When
the last filename in the list is reached execution continues after
"foreach image end".
Options
The operation has no options.
Parameter
doOperation (ForEachImageDoOperation) : The operation that marks the start of the loop.
Results
The operation has no result.