TicketStatusEnum

Defines the status of a Ticket

NotStarted = 0,
InProgress = 10,
Completed = 20,
Waiting = 30,
Deferred = 40

Below are the enumerator values for the TicketStatusEnum, such as when used with Get all Tickets.