Public Member Functions | |
resultStruct () | |
Default Success Constructor. | |
ResultCode | get () |
Used to check the result of the operation, in case of success it returns edg::workload::common::utilities::SUCCES. | |
edg::workload::logging::client::JobStatus * | getStatus () |
Retrieve the status information from the job If the required operation was a getStatus then the JobStatus instance is returned. | |
std::string | getError () |
If some error occurred (FAILURE result code) retrieve the error message. | |
std::string | getMessage () |
virtual | ~resultStruct () |
Destructor. | |
Friends | |
class | JobCollection |
|
Default Success Constructor.
|
|
Destructor.
|
|
Used to check the result of the operation, in case of success it returns edg::workload::common::utilities::SUCCES.
|
|
If some error occurred (FAILURE result code) retrieve the error message.
|
|
|
|
Retrieve the status information from the job If the required operation was a getStatus then the JobStatus instance is returned. NULL is returned otherwise.
|
|
|