Possible types of informational events that may occur.

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

Syntax

C#
public enum DialerHistoryInformationType
Visual Basic
Public Enumeration DialerHistoryInformationType

Members

Member nameValueDescription
None2000 Message is not an informational entry, check ErrorType or WarningType
CampaignStarted2001 A campaign has started
TranServerStarted2002 Dialer TranServer has started
CampaignAdminPauseLifted2003 A campaign has been manually unpaused
CPUPauseLifted2004 All campaign dialing has resumed because CPU utiliazation dropped below the configured maximum
CampaignStopped2005 A campaign has stopped
ContactListRecycled2006 A contact list has recycled
ForcedPowerModeOff2007 A campaign has exited forced power mode due to the abandon rate dropping below the configured maximum
BlendedPauseLifted2008 A campaign has resumed making predictions due to the number of inbound calls dropping below the configured maximum for the workgroup
CampaignRestarted2009 A campaign has been manually restarted
PolicyMessage2010 A policy reported an informational message
RuleActionMessage2011 A rule action reported an informational message
CreatedCampaignTables2012 One or more database tables were created for a campaign
CampaignRestartRules2013 A campaign was restarted by a rule
CampaignRestartUser2014 A campaign was restarted by a user
CampaignRecycleRules2015 A campaign was recycled by a rule
CampaignRecycleUser2016 A campaign was recycled by a user
StatusMessage2017 An informational status message was deactivated
ActiveGroupChanged2018 The active group changed in a rule set. The group that has become active is reported.
AgentActiveGroupChanged2019 The active group changed in a rule set. The group that has become active is reported.
CampaignGroupTransitioned2020 The campaign has transitioned to the next campaign group.
CampaignCompleted2021 A campaign has completed

See Also