VirtualUserScript LastIterationDelay Property C# API
Gets the delay time in milliseconds between the previous iteration and the current iteration.

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

public int LastIterationDelay { get; }

Field Value

The time between the previous iteration and the current iteration, in milliseconds.
Remarks

The property value will be zero on the first iteration. If the pacing option is selected, then the iteration delay value is adjusted each time to maintain a fixed rate of script iterations.
See Also