wrench::Job

class Job

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

Subclassed by wrench::CompoundJob, wrench::PilotJob, wrench::StandardJob

Public Functions

double getEndDate() const

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

Returns:

the end date

std::string getName()

Get the job’s name.

Returns:

the name as a string

double getSubmitDate() const

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

Returns:

the submit date