| 201 | } |
| 202 | |
| 203 | static std::string getCompletionSignal(const std::string &name, |
| 204 | const bool isAction) |
| 205 | { |
| 206 | auto signal = getTriggerSignal(name, isAction); |
| 207 | signal += "_complete"; |
| 208 | return signal; |
| 209 | } |
| 210 | |
| 211 | static std::string getPropertiesSignal(const std::string &name, |
| 212 | const bool isAction) |
no test coverage detected