| 508 | } |
| 509 | |
| 510 | bool Macro::CustomConditionCheckIntervalEnabled() const |
| 511 | { |
| 512 | return _useCustomConditionCheckInterval; |
| 513 | } |
| 514 | |
| 515 | void Macro::SetCustomConditionCheckInterval(const Duration &duration) |
| 516 | { |
no outgoing calls
no test coverage detected