Describes various actions that can be taken in the event of an error.
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.8.37
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
ACT_RAISE_EXCEPTION | 0 | Raises an exception. | |
ACT_EXIT_VU | 1 | Causes the VirtualUser to exit. | |
ACT_FINISH_ITERATING | 2 | Causes the VirtualUser to finish iterating. | |
ACT_NEXT_SEQUENCE | 3 | Causes the VirtualUser to move onto the next sequence of scripts. | |
ACT_NEXT_ITERATION | 4 | Causes the VirtualUser to move onto the next iteration. | |
ACT_NEXT_SCRIPT | 5 | Causes the VirtualUser to move onto the next script. | |
ACT_WARNING | 6 | Generates a warning message. | |
ACT_ERROR | 7 | Generates an error message. | |
ACT_NONE | 8 | Takes no action. |
See Also