This method is called whenever a transaction is ended using the EndTransaction(String, Boolean, String, VirtualUserScript),
FailTransaction(String) or FailTransaction(String, String) methods.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- id
- Type: System String
The transaction identifier.
- pass
- Type: System Boolean
true if the transaction should be interpreted as a pass; otherwise, false.
- tag
- Type: System String
Extra information which appears in the Info column.
Remarks
See Also