WRENCH
1.10
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
A pilot (i.e., non-standard) workflow job that can be submitted to a ComputeService by a WMS (via a JobManager) More...
#include <PilotJob.h>
Public Types | |
enum | State { NOT_SUBMITTED, PENDING, RUNNING, EXPIRED, FAILED, TERMINATED } |
Pilot job states. More... | |
Public Member Functions | |
std::shared_ptr< ComputeService > | getComputeService () |
Get the compute service provided by the (running) pilot job. More... | |
unsigned long | getPriority () |
Get the pilot job priority value. More... | |
PilotJob::State | getState () |
Get the state of the pilot job. More... | |
Public Member Functions inherited from wrench::WorkflowJob | |
double | getEndDate () |
Get the date at which the job ended (<0 means "never submitted") More... | |
std::string | getName () |
Get the job's name. More... | |
double | getSubmitDate () |
Get the date at which the job was last submitted (<0 means "never submitted") More... | |
A pilot (i.e., non-standard) workflow job that can be submitted to a ComputeService by a WMS (via a JobManager)
std::shared_ptr< ComputeService > wrench::PilotJob::getComputeService | ( | ) |
Get the compute service provided by the (running) pilot job.
unsigned long wrench::PilotJob::getPriority | ( | ) |
Get the pilot job priority value.
PilotJob::State wrench::PilotJob::getState | ( | ) |
Get the state of the pilot job.