MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / Pause

Method Pause

plugins/base/macro-condition-timer.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void MacroConditionTimer::Pause()
106{
107 if (!_paused) {
108 _paused = true;
109 _remaining = _duration.TimeRemaining();
110 }
111}
112
113void MacroConditionTimer::Continue()
114{

Callers 2

PauseContinueClickedMethod · 0.80
PerformActionMethod · 0.80

Calls 1

TimeRemainingMethod · 0.80

Tested by

no test coverage detected