VirtualUserScript NumberOfIterations Property C# API
Gets the total number of iterations that the repeated sequence of scripts will execute.

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

public int NumberOfIterations { get; }

Field Value

The number of iterations that the repeated sequence of scripts will execute, as set in the VU Group runtime settings in eggPlant Performance Studio.
Remarks

A return value of zero indicates that the iterated scripts are iterating for a specified time or forever, and not for a specified number of iterations.
See Also