We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
watchdog.printEpochs
1 parent c573294 commit 4ca8a52Copy full SHA for 4ca8a52
commands2/commandscheduler.py
@@ -480,6 +480,12 @@ def enable(self) -> None:
480
"""Enables the command scheduler."""
481
self._disabled = False
482
483
+ def printWatchdogEpochs(self) -> None:
484
+ """
485
+ Prints list of epochs added so far and their times.
486
487
+ self._watchdog.printEpochs()
488
+
489
def onCommandInitialize(self, action: Callable[[Command], Any]) -> None:
490
"""
491
Adds an action to perform on the initialization of any command by the scheduler.
0 commit comments