stay_alive

stay_alive#

method

DaemonRunner.stay_alive() bool[source]#

A callback listener; if the sentinel value None is placed in the message queue, returns True signifying a shutdown signal has been received.

This function is called by the Daemon’s requestLoop().

Returns:
bool

True if shutdown signal received, False otherwise.