VirtualUserScript IsIteratedScript Property C# API
Gets a value that indicates whether the current executing script is within the repeated section of this Virtual User's workflow.

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

public bool IsIteratedScript { get; }

Field Value

true if the current executing script is within the repeated section of this Virtual User's workflow; otherwise, false.
See Also