Specifies constants indicating the type of an InteractionQueue.

Namespace: ININ.IceLib.Interactions
Assembly: 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 nameValueDescription
None0The Queue type cannot be identified.
MyInteractions1A special Queue that represents a interactions on a user's user or station queue.
User2Represents a user's interactions.
Station3Represents a station's interactions.
Workgroup4Represents a workgroup's interactions. Interactions passed to a Workgroup queue can be picked up by its member agents.
Orbit5Represents 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).
Line6Represents 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.

See Also