Specifies constants indicating the type of an InteractionQueue.
Namespace: ININ.IceLib.InteractionsAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum QueueType |
Visual Basic |
---|
Public Enumeration QueueType |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | The Queue type cannot be identified. | |
MyInteractions | 1 | A special Queue that represents a interactions on a user's user or station queue. | |
User | 2 | Represents a user's interactions. | |
Station | 3 | Represents a station's interactions. | |
Workgroup | 4 | Represents a workgroup's interactions. Interactions passed to a Workgroup queue can be picked up by its member agents. | |
Orbit | 5 | Represents an orbit queue's interactions. An orbit queue is a list of all calls parked to specific locations (numbered orbits). This feature is especially helpful for Public Announcement system operators who can park a call in Orbit, then page the recipient and relay that he or she has a call on a specific Orbit (i.e. "John Doe, you have a call on Orbit 12", thus enabling John Doe to move to any station and pick up the call). | |
Line | 6 | Represents a line's interactions. (This can be an expensive queue to watch.) |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.