Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
void MacroConditionTimer::Pause()
106
{
107
if (!_paused) {
108
_paused = true;
109
_remaining = _duration.TimeRemaining();
110
}
111
}
112
113
void MacroConditionTimer::Continue()
114
{
Callers
2
PauseContinueClicked
Method · 0.80
PerformAction
Method · 0.80
Calls
1
TimeRemaining
Method · 0.80
Tested by
no test coverage detected