VirtualUserScript IsLastIteration Property C# API
Gets a value that indicates whether more iterations will occur for the current Virtual User.

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

public bool IsLastIteration { get; }

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 initial or final sequence of scripts in this Virtual User's workflow, then this property will have the value true.

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 note 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