ARC SDK
Public Member Functions
Inheritance diagram for Arc::JobStateTEST:
Arc::JobState

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...
 
JobStateoperator= (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
 

The documentation for this class was generated from the following file: