Enum TicketPullTimeGroups
Each printed ticket that sits at the bezel starts a clock. The time between print presented and a customer pulling the ticket is is tracked using binning. The times are tracked in whole seconds. Only tickets that are pulled are counted in these groupings. i.e. Ticket retraction and auto-ejected tickets are not counted.
Namespace: PTIRelianceLib.Telemetry
Assembly: PTIRelianceLib.dll
Syntax
public enum TicketPullTimeGroups : int
Fields
Name | Description |
---|---|
Bin120 | Ticket pull took more than Bin90 90 seconds, up to 120 seconds |
Bin16 | Ticket pull took more than Bin8 8 seconds, up to 16 seconds |
Bin180 | Ticket pull took more than Bin120 120 seconds, up to 180 seconds |
Bin300 | Ticket pull took more than Bin180 180 seconds, up to 300 seconds |
Bin32 | Ticket pull took more than Bin16 16 seconds, up to 32 seconds |
Bin4 | Ticket pulled within 4 seconds |
Bin50 | Ticket pull took more than Bin32 32 seconds, up to 50 seconds |
Bin70 | Ticket pull took more than Bin50 50 seconds, up to 70 seconds |
Bin8 | Ticket pull took more than Bin4 4 seconds, up to 8 seconds |
Bin90 | Ticket pull took more than Bin70 70 seconds, up to 90 seconds |
BinOvertime | Ticket pull took more than Bin300 300 seconds |