VirtualUserScript IterationForTime Property C# API
Gets the time in milliseconds that the iterated sequence of scripts will iterate for.

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

public int IterationForTime { get; }

Field Value

The time in milliseconds that the iterated sequence of scripts will iterate for.
Remarks

  • Returns 0 if the iterated sequence of scripts have been set to execute a certain number of iterations, or to iterate forever.
  • Returns a value greater than 0 if the iterated sequence of scripts have been set to execute for a given length of time.
In the second case, the value returned is the amount of time to be spent iterating. Once this length of time is met or exceeded, no further iterations of the iterated sequence of scripts will occur.
See Also