| 351 | } |
| 352 | |
| 353 | bool Macro::ActionTriggerModePreventedActionsSince(const TimePoint &time) const |
| 354 | { |
| 355 | return _lastActionRunModePreventTime > time; |
| 356 | } |
| 357 | |
| 358 | Macro::TimePoint Macro::GetLastExecutionTime() const |
| 359 | { |
no outgoing calls
no test coverage detected