1 #include "otsdaq/SupervisorInfo/SupervisorInfo.h"
5 const std::string SupervisorInfo::APP_STATUS_UNKNOWN =
"Unknown";
8 void SupervisorInfo::setStatus(
const std::string& status,
const unsigned int progress,
const std::string& detail)
13 if(status != SupervisorInfo::APP_STATUS_UNKNOWN)
14 lastStatusTime_ = time(0);
18 void SupervisorInfo::clear(
void)
22 contextDescriptor_ = 0;
26 status_ = SupervisorInfo::APP_STATUS_UNKNOWN;