Gets the current number of script failures for this Virtual User.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
public int NumberOfFailures { get; }
public int NumberOfFailures { get; }
Field Value
The current number of script failures for this Virtual User.
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.