libkazv
jobinterface.hpp File Reference
#include "libkazv-config.hpp"
#include <functional>
#include "basejob.hpp"
Include dependency graph for jobinterface.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Kazv::JobInterface
 

Namespaces

 Kazv
 

Variables

const std::string Kazv::headFailureCancelledErrorCode {"MOE_KAZV_MXC_HEAD_FAILURE_CANCELLED"}
 
const std::string Kazv::headFailureCancelledErrorMsg {"This job is cancelled because one before it failed."}
 
const int Kazv::headFailureCancelledStatusCode {490}