VirtualUser AtEndOfIteration Method C# API
This method is called at the end of every iteration.

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

public virtual void AtEndOfIteration()
Remarks

Override this method in your custom Virtual User if you have code which should be run at the end of every iteration.

The current iteration number can be obtained using CurrentIteration.

See Also