VirtualUserScript IsPacing Property C# API
Gets a value that indicates whether this Virtual User will adjust the delay between iterations to maintain a steady pace of iterations.

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

public bool IsPacing { get; }

Field Value

true if this Virtual User will adjust the delay between iterations to maintain a steady pace of iterations; otherwise, false.
Remarks

The Virtual User pauses between each iteration of the iterated sequence of scripts. If the pacing option is selected in the VU Group runtime properties in eggPlant Performance Studio, then the iteration delay value is adjusted each time to maintain a fixed rate of script iterations.
See Also