EventBase::gotExit

Checks if the event loop was told to exit

Beschreibung

public bool EventBase::gotExit ( void )

Checks if the event loop was told to exit by EventBase::exit .

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Returns TRUE, event loop was told to exit by EventBase::exit . Otherwise FALSE.

Siehe auch

  • EventBase::exit
  • EventBase::stop
  • EventBase::gotStop