> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum TicketStatusTimeCounter

> Which field in ticket we count time spent on

Which field in ticket we count time spent on

## Syntax

```crmscript theme={null}
TicketStatusTimeCounter
```

## Fields

| Name       | Description                               |
| ---------- | ----------------------------------------- |
| None       | Not counted                               |
| Internally | Time is counted in the \_internally field |
| Externally | Time is counted in the \_externally field |
| Queue      | Time is counted in the \_queue field      |


## Related topics

- [Enum values for TicketStatusTimeCounter](/en/database/tables/enums/ticketstatustimecounter.md)
- [SuperOffice.WebApi.Data.TicketStatusTimeCounter](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketStatusTimeCounter.md)
- [ticket_status table](/en/database/tables/ticket-status.md)
- [ticketstatustimecounter](/en/api/mdo-providers/reference/ticketstatustimecounter.md)
- [NSTicketStatusEntity](/en/automation/crmscript/reference/CRMScript.NetServer.NSTicketStatusEntity.md)
- [SuperOffice.WebApi.Data.TicketStatusEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketStatusEntity.md)
