> ## 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.TicketStatusTimeCounter

# <a id="SuperOffice_WebApi_Data_TicketStatusTimeCounter" /> Enum TicketStatusTimeCounter

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

Which field in ticket we count time spent on
This Enum is used by:  ticket\_status.time\_counter

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

## Fields

`Externally = 2`

2: Time is counted in the \_externally field

`Internally = 1`

1: Time is counted in the \_internally field

`None = 0`

0: Not counted

`Queue = 3`

3: Time is counted in the \_queue field
