| 
    ARC SDK
    
   | 
 
  
 Public Member Functions | |
| JobStateTEST (JobState::StateType type_, const std::string &state_="TestState") | |
  Public Member Functions inherited from Arc::JobState | |
| JobState (const std::string &jobstate) | |
| Construct state from string.  More... | |
| 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 | |
  Public Types inherited from Arc::JobState | |
| enum | StateType {  UNDEFINED, ACCEPTED, PREPARING, SUBMITTING, HOLD, QUEUING, RUNNING, FINISHING, FINISHED, KILLED, FAILED, DELETED, OTHER }  | 
| Possible job states in libarccompute.  More... | |
  Static Public Member Functions inherited from Arc::JobState | |
| static StateType | GetStateType (const std::string &state) | 
  Static Public Attributes inherited from Arc::JobState | |
| static const std::string | StateTypeString [] | 
  Protected Types inherited from Arc::JobState | |
| typedef std::string(* | SpecificStateFormater) (const std::string &) | 
  Protected Member Functions inherited from Arc::JobState | |
| JobState (const std::string &state, JobState::StateType(*map)(const std::string &), SpecificStateFormater ssf=FormatSpecificState) | |
  Static Protected Member Functions inherited from Arc::JobState | |
| static std::string | FormatSpecificState (const std::string &state) | 
  Protected Attributes inherited from Arc::JobState | |
| SpecificStateFormater | ssf | 
| std::string | state | 
| StateType | type | 
 1.8.14