ExecutionDisplayReasons
- Updated2025-07-21
- 1 minute(s) read
ExecutionDisplayReasons
These constants are passed as a parameter in the ApplicationMgr.DisplayExecution event to provide the reason for why the event was generated.
- ExecutionDisplayReason_BreakOnRunTimeError –(Value: 4) Event occurred because the execution was paused as a result of a run-time error.
- ExecutionDisplayReason_BreakOnUserRequest –(Value: 3) Event occurred because the user paused the execution.
- ExecutionDisplayReason_Breakpoint –(Value: 2) Event occurred because the execution hit a breakpoint.
- ExecutionDisplayReason_GotoLocation –(Value: 5) Event occurred because of a request to display a location that resides in the execution.
- ExecutionDisplayReason_StartExecution –(Value: 1) Event occurred because the execution was started.
- ExecutionDisplayReason_UIMessage –(Value: 0) Event occurred because the TestStand Engine sent the UIMsg_OpenWindows message for the execution.