VirtualUser OnSuspendTransaction Method C# API
This method is called whenever a transaction is suspended using the SuspendTransaction(String, String, VirtualUserScript) method.

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

protected virtual void OnSuspendTransaction(
	string id,
	string tag
)

Parameters

id
Type: System String
The transaction identifier.
tag
Type: System String
The transaction tag.
Remarks

Override this method in your custom Virtual User if you have code which should be run whenever a transaction is suspended.
See Also