| iMatix home page
| << | < | > | >>
SMT Logo SMT
Version 2.81

 

event_wait

#include "smtlib.h"
void
event_wait (void)

Synopsis

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.

Source Code - (smtlib.c)

{
#if (defined (SMT_TRACE))
    trace ("event_wait");
#endif
    break_wanted = BREAK_WAIT_EVENT;
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation