update_jobs#

ProjectApi.update_jobs(jobs, as_objects=True)#

Update jobs.

Return type:

List[Job]

Parameters:
jobslist of ansys.hps.client.jms.Job)

List of jobs.

as_objectsbool, optional

Whether to return jobs as objects. The default is True. If False, jobs are returned as dictionaries.

Returns:
list

List of ansys.hps.client.jms.Job objects if as_objects=True or a list of dictionaries if as_objects=False.