Represents the Queue Type for Workgroups.
Namespace: ININ.IceLib.Configuration.DataTypesAssembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
| C# |
|---|
public enum WorkgroupQueueType |
| Visual Basic |
|---|
Public Enumeration WorkgroupQueueType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Represents no queue type. | |
| Custom | 1 | Represents a custom queue. | |
| GroupRing | 2 | Represents a group ring queue. | |
| Sequential | 3 | Represents a sequential queue. | |
| RoundRobin | 4 | Represents a round robin queue. | |
| Acd | 5 | Represents an ACD queue. |
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 4.0, supported for IC Server version 4.0 GA and beyond.