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

        try:
            if self._paused: