Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ StartStopClicked
Method
StartStopClicked
lib/queue/action-queue.cpp:256–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
void ActionQueueSettingsDialog::StartStopClicked()
257
{
258
if (_queue.IsRunning()) {
259
_queue.Stop();
260
} else {
261
_queue.Start();
262
}
263
UpdateLabels();
264
}
265
266
void ActionQueueSettingsDialog::ClearClicked()
267
{
Callers
nothing calls this directly
Calls
3
IsRunning
Method · 0.80
Stop
Method · 0.45
Start
Method · 0.45
Tested by
no test coverage detected