ActionType EnumerationC# API
Describes various actions that can be taken in the event of an error.

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

public enum ActionType
Members

  Member nameValueDescription
ACT_RAISE_EXCEPTION0 Raises an exception.
ACT_EXIT_VU1 Causes the VirtualUser to exit.
ACT_FINISH_ITERATING2 Causes the VirtualUser to finish iterating.
ACT_NEXT_SEQUENCE3 Causes the VirtualUser to move onto the next sequence of scripts.
ACT_NEXT_ITERATION4 Causes the VirtualUser to move onto the next iteration.
ACT_NEXT_SCRIPT5 Causes the VirtualUser to move onto the next script.
ACT_WARNING6 Generates a warning message.
ACT_ERROR7 Generates an error message.
ACT_NONE8 Takes no action.
See Also