We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399f4ec commit 16679c0Copy full SHA for 16679c0
libraries/Ticker/src/Ticker.cpp
@@ -56,3 +56,7 @@ void Ticker::detach() {
56
_timer = nullptr;
57
}
58
59
+
60
+void Ticker::active() {
61
+ return (bool)_timer;
62
+}
0 commit comments