Statement: Action, Type: Initial
Stop Session
Format: Stop Session
Description
The Stop Session identifier when executed will cause the designed system to stop processing and halt the program from operating. Use the action statement when you need to stop processing at anytime during your session.
Example
When we reached the end of our session, we are presenting to the User the opportunity to play another session. If the User clicks on the No button, the session will stop and halt the program. The following example will perform this task.
RX Script | ![]() |
---|---|
Ask "Do want to play another session?" if the Last Answer is No then begin Stop Session end |