Specifies if a call is considered abandoned.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public enum AbandonControl |
| Visual Basic |
|---|
Public Enumeration AbandonControl |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unspecified | 0 | Whether the call was abandoned or not is not specified. | |
| Abandoned | 1 | The call was abandoned. | |
| NotAbandoned | 2 | The call was not abandoned. |