Bit flags indicating the status of a campaign. Used with the CampaignStatusChanged event.

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Collapse imageSyntax

C#
[FlagsAttribute]
public enum CampaignStatus
Visual Basic
<FlagsAttribute> _
Public Enumeration CampaignStatus

Collapse imageMembers

Member nameValueDescription
Invalid0 The campaign is not in a valid state.
On1 The campaign is running.
Off2 The campaign is not running.
ScheduledOnly4 The campaign is only dialing scheduled calls.
Auto8 The campaign is running according to its assigned schedule.
Paused16 The campaign has paused.
Completed32 The campaign has finished dialing.

Collapse imageSee Also