42 case kAlgFail:
return "Algorithm failed";
break;
43 case kAlgSuccess:
return "Algorithm run successfully";
break;
Encapsulates an enumeration of possible algorithm execution states.
static const char * AsString(AlgStatus_t alg)
THE MAIN GENIE PROJECT NAMESPACE
enum genie::EAlgStatus AlgStatus_t