def stop(self): if not self.__isStarted: return self.__isStarted = False self.__stopListening() finiDevFunctional() self.__clear(woEvents=True) g_eventDispatcher.fini()
def stop(self): """ Is called when its time to stop dispatchers work. """ self.__stopListening() finiDevFunctional() self.__clear(woEvents=True) g_eventDispatcher.fini()
def stop(self): """ Is called when its time to stop dispatchers work. """ if not self.__isStarted: return self.__isStarted = False self.__stopListening() finiDevFunctional() self.__clear(woEvents=True) g_eventDispatcher.fini()