![]() |
Project
|
Information about the running workflow. More...
#include <RunningWorkflowInfo.h>
Public Attributes | |
std::string | uniqueWorkflowId = "" |
int16_t | shmSegmentId |
std::vector< DeviceSpec > | devices |
Information about the running workflow.
Definition at line 25 of file RunningWorkflowInfo.h.
std::vector<DeviceSpec> o2::framework::RunningWorkflowInfo::devices |
Definition at line 28 of file RunningWorkflowInfo.h.
int16_t o2::framework::RunningWorkflowInfo::shmSegmentId |
Definition at line 27 of file RunningWorkflowInfo.h.
std::string o2::framework::RunningWorkflowInfo::uniqueWorkflowId = "" |
Definition at line 26 of file RunningWorkflowInfo.h.