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