EventBase::gotExit
(PECL event >= 1.2.6-beta)
EventBase::gotExit — Checks if the event loop was told to exit
Descrição
Checks if the event loop was told to exit by EventBase::exit() .
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
Returns true
, event loop was told to exit by
EventBase::exit()
. Otherwise false
.
Veja Também
- EventBase::exit() - Stop dispatching events
- EventBase::stop() - Tells event_base to stop dispatching events
- EventBase::gotStop() - Checks if the event loop was told to exit