WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A "job has been killed" failure cause. More...
#include <JobKilled.h>
Public Member Functions | |
JobKilled (std::shared_ptr< WorkflowJob > job, std::shared_ptr< ComputeService > compute_service) | |
Constructor. More... | |
std::shared_ptr< ComputeService > | getComputeService () |
Getter. More... | |
std::shared_ptr< WorkflowJob > | getJob () |
Getter. More... | |
std::string | toString () |
Get the human-readable failure message. More... | |
A "job has been killed" failure cause.
wrench::JobKilled::JobKilled | ( | std::shared_ptr< WorkflowJob > | job, |
std::shared_ptr< ComputeService > | compute_service | ||
) |
Constructor.
job | the job that could not be executed |
compute_service | the compute service that didn't have enough cores |
std::shared_ptr< ComputeService > wrench::JobKilled::getComputeService | ( | ) |
Getter.
std::shared_ptr< WorkflowJob > wrench::JobKilled::getJob | ( | ) |
Getter.
|
virtual |