Don't block UI while executing long runnig actions
Some checks failed
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled

The previous approach had the problem of losing any action internal
state changes in the created copy.

Revert "Fix temp var values of actions not being accessible"
This reverts commit df42538319.
Revert "Don't block UI while running actions"
This reverts commit a01d26e25d.
This commit is contained in:
WarmUpTill
2026-04-04 19:05:37 +02:00
committed by WarmUpTill
parent 38513735dd
commit ba38b8bf27
13 changed files with 102 additions and 68 deletions

View File

@@ -36,6 +36,7 @@ bool MacroConditionScript::CheckCondition()
return false;
}
SuspendLock suspendLock(static_cast<MacroCondition &>(*this));
return SendTriggerSignal();
}