18 #ifndef _ALG_STATUS_H_
19 #define _ALG_STATUS_H_
42 case kAlgFail:
return "Algorithm failed";
break;
43 case kAlgSuccess:
return "Algorithm run successfully";
break;
enum genie::EAlgStatus AlgStatus_t
static const char * AsString(AlgStatus_t alg)
Encapsulates an enumeration of possible algorithm execution states.