|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include <status_enum.hpp>
Public Types | |
| enum | e_status { PREPARING , ERROR , SUCCESS_UPLOAD , SUCCESS_DOWNLOAD , FINISHED , CANCELLED , PAUSED , WAITING , CHECKING , HASHING , UPLOADING , DOWNLOADING } |
| Different type of session status Need to be sorted by priority (highest last). More... | |
Static Public Member Functions | |
| static std::string | status_to_string (e_status e) |
| static std::optional< e_status > | string_to_status (std::string s) |
Definition at line 17 of file status_enum.hpp.
Different type of session status Need to be sorted by priority (highest last).
Definition at line 21 of file status_enum.hpp.
|
inlinestatic |
Definition at line 45 of file status_enum.hpp.
|
inlinestatic |
Definition at line 63 of file status_enum.hpp.