| iMatix home page | << | < | > | >> |
SMT Version 2.81 |
#include "smtlib.h" void event_wait (void)
Suspends processing of an action module list, and waits for an incoming event. The event is received in 'the_external_event' by the next dialog module. When called in the last module in a list, has no effect. This call has no effect if you raise an exception or supply a value in the_next_event.
{ #if (defined (SMT_TRACE)) trace ("event_wait"); #endif break_wanted = BREAK_WAIT_EVENT; }
| << | < | > | >> | Copyright © 1996-99 iMatix Corporation |