mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 08:39:48 +01:00
users class: added stopped to getrunstatus list
This commit is contained in:
@@ -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"); \
|
||||
}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user