VirtualUserScript FinishIterating Method C# API
Prevents further iterations of the iterated sequence of scripts for this Virtual User.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public void FinishIterating()
Remarks

The current script will continue executing, and any subsequent scripts in the iterated sequence of scripts will also be executed. Once the end of the iteration is reached, the Virtual User will not start another iteration but will instead execute the scripts in the final sequence of scripts before exiting.
See Also