13 const std::string& disablePath,
const std::unordered_set<std::string>& outputTags,
14 const std::unordered_set<std::string>& parameterTags)
16 disable(this, disablePath,
"",
"Disable the status monitor", parameterTags),
17 status(this, outputPath,
"Resulting status", outputTags) {}