Enum TicketStatusTimeCounter
Which field in ticket we count time spent on This Enum is used by: ticket_status.time_counter
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public enum TicketStatusTimeCounter : short
Fields
| Name | Description |
|---|---|
| Externally | 2: Time is counted in the _externally field |
| Internally | 1: Time is counted in the _internally field |
| None | 0: Not counted |
| Queue | 3: Time is counted in the _queue field |