WRENCH  1.11
Cyberinfrastructure Simulation Workbench
Overview Installation Getting Started WRENCH 101 WRENCH 102
Public Member Functions | List of all members
wrench::Job Class Reference

Abstraction of a job used for executing tasks in a Workflow. More...

#include <Job.h>

Inheritance diagram for wrench::Job:
wrench::PilotJob

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...
 

Detailed Description

Abstraction of a job used for executing tasks in a Workflow.

Member Function Documentation

◆ getEndDate()

double wrench::Job::getEndDate ( )

Get the date at which the job ended (<0 means "never submitted")

Returns
the end date

◆ getName()

std::string wrench::Job::getName ( )

Get the job's name.

Returns
the name as a string

◆ getSubmitDate()

double wrench::Job::getSubmitDate ( )

Get the date at which the job was last submitted (<0 means "never submitted")

Returns
the submit date

The documentation for this class was generated from the following files: