Synopsis
Performs its inner operators k times.
Description
Performs its inner operators for the defined number of times. The input of this operator will be the input of the first operator in the first iteration. The output of each nested operator is the input for the following one, the output of the last inner operator will be the input for the first child in the next iteration. The output of the last operator in the last iteration will be the output of this operator.
Input
- input 1:
Output
- output 1:
Parameters
- iterations: Number of iterations
- limit time: If checked, the loop will be aborted at last after a specified time.
- timeout: Timeout in minutes