Possible break statuses.
Namespace: ININ.IceLib.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public enum BreakStatus |
Visual Basic |
---|
Public Enumeration BreakStatus |
Members
Member name | Value | Description | |
---|---|---|---|
NotOnBreak | 0 | Agent is not on break. | |
BreakPending | 1 | Agent has requested a break and is waiting for the system to approve. | |
OnBreak | 2 | Agent is on break | |
NotLoggedIn | 3 | Agent is not Logged into a campaign |