MCPcopy Create free account
hub / github.com/Syncplay/syncplay / autoplayTimerIsRunning

Method autoplayTimerIsRunning

syncplay/client.py:1044–1045  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1042 )
1043
1044 def autoplayTimerIsRunning(self):
1045 return self.autoplayTimer.running
1046
1047 def startAutoplayCountdown(self):
1048 if self.autoplayConditionsMet() and not self.autoplayTimer.running:

Callers 2

showOSDMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected