Roulette Xtreme 2.0 - System Designer
Stop Session
Identifier Index > S > Stop Session

Glossary Item Box

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 Copy Code
Ask "Do want to play another session?"

if the Last Answer is No then
begin
  Stop Session
end

Results from example

Copyright © 2003 UX Software. All rights reserved