in file Abstract.php, method Console_Deamon_Abstract::onBreakLoop() Overwrite this method to hook the moment the internal breakLoop flag is set true by the script.
onPostLoop
in file Abstract.php, method Console_Deamon_Abstract::onPostLoop() Overwrite this method to hook the phase after the loop. This Method is called imediately after self::onBreakLoop(). But before Console_Application_Abstract::tearDown().