def isRecording(self): for timer in self.timer_list: if timer.isRunning() and not timer.justplay: return True return False