ReCodEx - Task Broker
ReCodEx is complex programmer testing solution, primary targeted to technical universities. It's highly customizable and based on modern technologies.
|
#include <worker.h>
Public Member Functions | |
job_request_data (const std::string &job_id, const std::vector< std::string > &additional) | |
job_request_data (const std::string &job_id) | |
bool | is_complete () const |
const std::string & | get_job_id () const |
std::vector< std::string > | get () const |
Wrapper for request data which holds actual request frames which will be sent to worker and some more usefull information.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |