VirtualUser NumberOfFailures Property C# API
Gets the current number of script failures for this Virtual User.

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

public int NumberOfFailures { get; }

Field Value

The current number of script failures for this Virtual User.
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 the value in the MaxFailures property.
See Also