WRENCH
1.11
Cyberinfrastructure Simulation Workbench
|
Overview | Installation | Getting Started | WRENCH 101 | WRENCH 102 |
Abstraction of a job used for executing tasks in a Workflow. More...
#include <Job.h>
Public Member Functions | |
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... | |
Abstraction of a job used for executing tasks in a Workflow.
double wrench::Job::getEndDate | ( | ) |
Get the date at which the job ended (<0 means "never submitted")
std::string wrench::Job::getName | ( | ) |
Get the job's name.
double wrench::Job::getSubmitDate | ( | ) |
Get the date at which the job was last submitted (<0 means "never submitted")