Gets a value that indicates whether more iterations will occur for the current Virtual User.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Field Value
true if there will be no more iterations in the current sequence; otherwise, false.Remarks
If the currently executing script belongs to the iterated sequence of scripts and the property value is true, then the VU will cease to iterate once the current sequence has completed execution.
Caution |
---|
If the Virtual User is set to iterate for a certain length of time, then the time remaining is checked and an estimate is made as to whether further iterations may occur. |
See Also