users class: added stopped to getrunstatus list

This commit is contained in:
2018-11-30 15:42:13 +01:00
parent eb89d12f41
commit 262bf1b307
2 changed files with 2 additions and 0 deletions

View File

@ -832,6 +832,7 @@ class slsDetectorUsers
case 3: return std::string("finished"); \
case 4: return std::string("data"); \
case 5: return std::string("running"); \
case 6: return std::string("stoppped"); \
default: return std::string("unknown"); \
}};