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

Method ActionTriggerModePreventedActionsSince

lib/macro/macro.cpp:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353bool Macro::ActionTriggerModePreventedActionsSince(const TimePoint &time) const
354{
355 return _lastActionRunModePreventTime > time;
356}
357
358Macro::TimePoint Macro::GetLastExecutionTime() const
359{

Callers 2

HighlightIfExecutedMethod · 0.80
HighlightOnChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected