QueueSettings Last update: 14.01.2025 class 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.