TERMINATION_EVENTS

# list of event names which will terminate the mode
# options for termination_path 
#  NONE
#  MODE_TERMINATE
#  RETURN  (to calling procedure)
#  a mode number in this test procedure
#  the pathname of a test procedure  (example:  /specs/gp/gp_mytest )
#  a pathnname and mode number (example: /specs/gp/gp_mytest;23 )
# 
# a maximum of 4 termination events may be specified per mode

@TERMINATION_EVENTS 
   #event_name          termination_path
   start_it             3
   stop_that           
   do_other             /specs/gp/gp_other