awips2/nativeLib/rary.ohd.ifp/inc/event_loop_exit_status.h
root 3360eb6c5f Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 9f19e3f712 [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]
Former-commit-id: 06a8b51d6d
2012-01-06 08:55:05 -06:00

19 lines
520 B
C

/* event_loop_exit_status.h
*
* Set values for the Forecast_Program event_loop function
* exit_statuses
* Written by gfs 6/18/91
*/
#ifndef event_loop_exit_status_h
#define event_loop_exit_status_h
#define Control_skipping_Tulsa_plot -1
#define Control_RERUN 1
#define Control_NEXT 2
#define Control_CONTINUE 3
#define Control_GO_UPSTREAM 4
#define Control_QUIT 5
#define Control_QUIT_NO_SAVE 6
#endif