`QueueSettings`
Last update: 16.07.2025class Ansys.ACT.Mechanical.Application.SolveProcessSettings.QueueSettings
Bases: object
The class representing queue settings.
Overview
Properties
| Name | Description |
|---|---|
JobName |
The job name of the queue settings. |
License |
The license of the queue settings. The setter will throw an exception if the given license is not valid. |
Name |
The name of the queue settings. |
Property detail
property QueueSettings.JobName : str | None
The job name of the queue settings.
property QueueSettings.License : str | None
The license of the queue settings. The setter will throw an exception if the given license is not valid.
property QueueSettings.Name : str | None
The name of the queue settings.