> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.TicketPriorityStatus

# <a id="SuperOffice_WebApi_Data_TicketPriorityStatus" /> Enum TicketPriorityStatus

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Status of the ticket priority
This Enum is used by:  ticket\_priority.status

```csharp theme={null}
public enum TicketPriorityStatus : short
```

## Fields

`Deleted = 2`

2: The status is marked as deleted

`Normal = 1`

1: The status is normal

`Unknown = 0`

0: The status is unknown, should normally not occure in the database
