update_jobs#
- ProjectApi.update_jobs(jobs, as_objects=True)#
Update jobs.
- Return type:
- Parameters:
- jobs
list
of
ansys.hps.client.jms.Job
) List of jobs.
- as_objectsbool,
optional
Whether to return jobs as objects. The default is
True
. IfFalse
, jobs are returned as dictionaries.
- jobs
- Returns:
list
List of
ansys.hps.client.jms.Job
objects ifas_objects=True
or a list of dictionaries ifas_objects=False
.