VirtualUserScript MaxFailures Property C# API
Gets the maximum number of failures allowed in the script before this Virtual User terminates.

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

public int MaxFailures { get; }

Field Value

The maximum number of failures allowed in the script before this Virtual User terminates.
Remarks

Failures are exceptions - such as communication exceptions - which are caught and produce an error message in the event log. They do not cause the Virtual User to exit until the number of failures reaches this value.
See Also