This method is called whenever the Virtual User stops execution as a result of the ExitVU ,
ExitVU(Boolean) or ExitVU(String, Boolean) methods.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- msg
- Type: System String
An information message which appears in the Info column of the end entry.
- pass
- Type: System Boolean
true if the script should be considered to have completed successfully; otherwise, false.
Remarks
See Also