wrench::WorkflowJob Class Reference

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

#include <WorkflowJob.h>

Inheritance diagram for wrench::WorkflowJob:
wrench::PilotJob wrench::StandardJob

Public Member Functions

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

◆ getName()

std::string wrench::WorkflowJob::getName ( )

Get the job's name.

Returns
the name as a string

◆ getSubmitDate()

double wrench::WorkflowJob::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: