This enum consists of a set of Tracker types that describe a given Segment.
Namespace: ININ.IceLib.TrackerAssembly: ININ.IceLib.Tracker (in ININ.IceLib.Tracker.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
[FlagsAttribute] public enum SegmentTypes |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration SegmentTypes |
Members
Member name | Value | Description | |
---|---|---|---|
Alert | 1 | The segment included an alert. | |
System | 2 | The segment included a system operation. | |
WorkgroupQueue | 4 | The segment included a workgroup queue. | |
Hold | 8 | The segment was held. | |
Messaging | 16 | The segment included a messaging operation. | |
Interaction | 32 | The segment included an interaction. | |
Conference | 64 | The segment included a conference. | |
ConsultCall | 128 | The segment included a consult call. | |
NotAnswered | 256 | The segment was not answered. | |
SecurityChange | 512 | The segment included a security change. | |
All | 1023 | All known segment types. |
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.