ARC SDK
|
Public Member Functions | |
JobStateTEST (JobState::StateType type_, const std::string &state_="TestState") | |
![]() | |
JobState & | operator= (const JobState &js) |
operator bool () const | |
operator StateType () const | |
bool | operator! () const |
bool | operator== (const StateType &st) const |
bool | operator!= (const StateType &st) const |
bool | IsFinished () const |
Check if state is finished. More... | |
const std::string & | operator() () const |
Unformatted specific job state. More... | |
const std::string & | GetGeneralState () const |
General string representation of job state. More... | |
std::string | GetSpecificState () const |
Specific string representation of job state. More... | |
Additional Inherited Members | |
![]() | |
enum | StateType { UNDEFINED, ACCEPTED, PREPARING, SUBMITTING, HOLD, QUEUING, RUNNING, FINISHING, FINISHED, KILLED, FAILED, DELETED, OTHER } |
Possible job states in libarccompute. More... | |
![]() | |
static StateType | GetStateType (const std::string &state) |
![]() | |
static const std::string | StateTypeString [] |
![]() | |
typedef std::string(* | SpecificStateFormater )(const std::string &) |
![]() | |
JobState (const std::string &state, JobState::StateType(*map)(const std::string &), SpecificStateFormater ssf=FormatSpecificState) | |
![]() | |
static std::string | FormatSpecificState (const std::string &state) |
![]() | |
SpecificStateFormater | ssf |
std::string | state |
StateType | type |