    

 ## On this page

  

 

 # `QueueSettings`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v251.Ansys.ACT.Mechanical.Application.SolveProcessSettings.QueueSettings"></a>

#### *class* Ansys.ACT.Mechanical.Application.SolveProcessSettings.QueueSettings

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

The class representing queue settings.

<a id="overview"></a>

## Overview

### Properties

NameDescription[`JobName`](#QueueSettings.JobName)The job name of the queue settings.[`License`](#QueueSettings.License)The license of the queue settings. The setter will throw an exception if the given license is not valid.[`Name`](#QueueSettings.Name)The name of the queue settings.<a id="property-detail"></a>

## Property detail

<a id="QueueSettings.JobName"></a>

### *property* QueueSettings.JobName *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

The job name of the queue settings.

<a id="QueueSettings.License"></a>

### *property* QueueSettings.License *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

The license of the queue settings. The setter will throw an exception if the given license is not valid.

<a id="QueueSettings.Name"></a>

### *property* QueueSettings.Name *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

The name of the queue settings.