def isNextRecordAfterEventActionAuto(self):
for timer in self.timer_list:
# all types needed True for ident in Navigation.py
return True
if timer.justplay:
continue
if timer.afterEvent == AFTEREVENT.AUTO or timer.afterEvent == AFTEREVENT.DEEPSTANDBY:
return True
return False
评论列表
文章目录