VirtualUserScript IterationDelay Property C# API
Gets the delay time in milliseconds between iterations of the repeated sequence of scripts.

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

public int IterationDelay { get; }

Field Value

The time between iterations, in milliseconds.
Remarks

This is the value set in the VU Group runtime properties in eggPlant Performance Studio. 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