#include <job.h>
Definition at line 35 of file job.h.
◆ JobStatus
Enumerator |
---|
AVAILABLE | |
ASSIGNED | |
FAILED | |
COMPLETE | |
Definition at line 38 of file job.h.
◆ Job() [1/2]
◆ Job() [2/2]
◆ ConvertStatus() [1/2]
std::string votca::xtp::Job::ConvertStatus |
( |
JobStatus | status | ) |
const |
◆ ConvertStatus() [2/2]
Job::JobStatus votca::xtp::Job::ConvertStatus |
( |
std::string | status | ) |
const |
◆ getError()
const std::string & votca::xtp::Job::getError |
( |
| ) |
const |
|
inline |
◆ getHost()
const std::string & votca::xtp::Job::getHost |
( |
| ) |
const |
|
inline |
◆ getId()
Index votca::xtp::Job::getId |
( |
| ) |
const |
|
inline |
Definition at line 85 of file job.h.
◆ getInput() [1/2]
Definition at line 87 of file job.h.
◆ getInput() [2/2]
Definition at line 88 of file job.h.
◆ getOutput()
◆ getStatus()
const JobStatus & votca::xtp::Job::getStatus |
( |
| ) |
const |
|
inline |
Definition at line 89 of file job.h.
◆ getStatusStr()
std::string votca::xtp::Job::getStatusStr |
( |
| ) |
const |
|
inline |
Definition at line 90 of file job.h.
◆ getTag()
std::string votca::xtp::Job::getTag |
( |
| ) |
const |
|
inline |
Definition at line 86 of file job.h.
◆ getTime()
const std::string & votca::xtp::Job::getTime |
( |
| ) |
const |
|
inline |
◆ hasError()
bool votca::xtp::Job::hasError |
( |
| ) |
const |
|
inline |
Definition at line 95 of file job.h.
◆ hasHost()
bool votca::xtp::Job::hasHost |
( |
| ) |
const |
|
inline |
Definition at line 92 of file job.h.
◆ hasOutput()
bool votca::xtp::Job::hasOutput |
( |
| ) |
const |
|
inline |
Definition at line 94 of file job.h.
◆ hasTime()
bool votca::xtp::Job::hasTime |
( |
| ) |
const |
|
inline |
Definition at line 93 of file job.h.
◆ isAssigned()
bool votca::xtp::Job::isAssigned |
( |
| ) |
const |
|
inline |
Definition at line 98 of file job.h.
◆ isAvailable()
bool votca::xtp::Job::isAvailable |
( |
| ) |
const |
|
inline |
Definition at line 97 of file job.h.
◆ isComplete()
bool votca::xtp::Job::isComplete |
( |
| ) |
const |
|
inline |
◆ isFailed()
bool votca::xtp::Job::isFailed |
( |
| ) |
const |
|
inline |
Definition at line 99 of file job.h.
◆ isFresh()
bool votca::xtp::Job::isFresh |
( |
| ) |
const |
|
inline |
◆ Reset()
void votca::xtp::Job::Reset |
( |
| ) |
|
◆ setHost()
void votca::xtp::Job::setHost |
( |
std::string | host | ) |
|
|
inline |
◆ setOutput()
void votca::xtp::Job::setOutput |
( |
std::string | output | ) |
|
|
inline |
◆ setStatus() [1/2]
void votca::xtp::Job::setStatus |
( |
JobStatus | stat | ) |
|
|
inline |
◆ setStatus() [2/2]
void votca::xtp::Job::setStatus |
( |
std::string | stat | ) |
|
|
inline |
◆ setTime()
void votca::xtp::Job::setTime |
( |
std::string | time | ) |
|
|
inline |
◆ ToStream()
void votca::xtp::Job::ToStream |
( |
std::ofstream & | ofs | ) |
const |
◆ UpdateFrom()
void votca::xtp::Job::UpdateFrom |
( |
const Job & | ext | ) |
|
◆ UpdateFromResult()
void votca::xtp::Job::UpdateFromResult |
( |
const JobResult & | res | ) |
|
◆ attemptsCount_
Index votca::xtp::Job::attemptsCount_ = 0 |
|
private |
◆ error_
std::string votca::xtp::Job::error_ |
|
private |
◆ has_error_
bool votca::xtp::Job::has_error_ = false |
|
private |
◆ has_host_
bool votca::xtp::Job::has_host_ = false |
|
private |
◆ has_output_
bool votca::xtp::Job::has_output_ = false |
|
private |
◆ has_time_
bool votca::xtp::Job::has_time_ = false |
|
private |
◆ host_
std::string votca::xtp::Job::host_ |
|
private |
◆ id_
Index votca::xtp::Job::id_ |
|
private |
◆ input_
◆ output_
◆ status_
◆ tag_
std::string votca::xtp::Job::tag_ |
|
private |
◆ time_
std::string votca::xtp::Job::time_ |
|
private |
The documentation for this class was generated from the following files: