Gets the index number of this Virtual User within the Virtual User group that it belongs to.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Field Value
The index number of this Virtual User within the Virtual User group that it belongs to.Remarks
Examples
// pause for 1 second, every 10th VU if ((this.Index % 10) == 0) { Pause(1000); }
See Also