Stops execution of this Virtual User, specifying whether the script completed successfully.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- pass
- Type: System Boolean
true if the script should be considered to have completed successfully; otherwise, false.
Remarks
Caution |
---|
This method raises a ContextTerminationException and under normal conditions you should not write any code to catch this exception, as this would interfere with the mechanism of the eggPlant Performance engine. |
See Also