Bit flags indicating the status of a campaign. Used with the CampaignStatusChanged event.
Namespace: ININ.IceLib.Configuration.DialerAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
[FlagsAttribute] public enum CampaignStatus |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration CampaignStatus |
Members
Member name | Value | Description | |
---|---|---|---|
Invalid | 0 | The campaign is not in a valid state. | |
On | 1 | The campaign is running. | |
Off | 2 | The campaign is not running. | |
ScheduledOnly | 4 | The campaign is only dialing scheduled calls. | |
Auto | 8 | The campaign is running according to its assigned schedule. | |
Paused | 16 | The campaign has paused. | |
Completed | 32 | The campaign has finished dialing. |