wrench.standard_job

class wrench.standard_job.StandardJob(simulation, name: str, tasks: List[Task])

Bases: SimulationItem

WRENCH Standard Job class

get_name() str

Get the name

get_tasks() List[Task]

Get the list of tasks in the job

Returns:

a list of task objects

Return type:

List[Task]