wrench::Job

class wrench::Job

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

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

Public Functions

double getEndDate()

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()

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

Returns

the submit date