Represents the disposition of an interaction.
Namespace: ININ.IceLib.Reporting.Interactions.DetailsAssembly: ININ.IceLib.Reporting (in ININ.IceLib.Reporting.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum DispositionType |
Visual Basic |
---|
Public Enumeration DispositionType |
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Unknown disposition type. | |
NeverConnected | 1 | The interaction was never connected. | |
RemoteDisconnectDuringDelaySegment | 2 | The interaction was disconnected remotely during the delay segment. | |
LocalDisconnectDuringDelaySegment | 3 | The interaction was disconnected locally during the delay segment. | |
RemoteDisconnectDuringAlertSegment | 4 | The interaction was disconnected remotely during the alert segment. | |
LocalDisconnectDuringAlertSegment | 5 | The interaction was disconnected locally during the alert segment. | |
RemoteDisconnectDuringConnectSegment | 6 | The interaction was disconnected remotely during the connect segment. | |
LocalDisconnectDuringConnectSegment | 7 | The interaction was disconnected locally during the connect segment. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 5 and beyond.
For 4.0, supported for IC Server version 4.0 SU 5 and beyond.