def toggle_status(self, event):
        self.__paused = not self.__paused

        try:
            if self.__paused: