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
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 |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.TicketStatusTimeCounter, To>()