MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / end_active

Method end_active

source/src/thread.cpp:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118void QiMacroThread::run_start(Macro* macro)
119{
120 start(macro, true);
121}
122void QiMacroThread::end_start(Macro* macro)
123{
124 if (macro->acEnd.not_empty()) start(macro, false);
125 else stop();
126}
127bool QiMacroThread::run_active()
128{
129 lock();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected