Possible types of informational events that may occur.
Namespace: ININ.IceLib.Dialer.SupervisorAssembly: 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 name | Value | Description | |
|---|---|---|---|
| None | 2000 | Message is not an informational entry, check ErrorType or WarningType | |
| CampaignStarted | 2001 | A campaign has started | |
| TranServerStarted | 2002 | Dialer TranServer has started | |
| CampaignAdminPauseLifted | 2003 | A campaign has been manually unpaused | |
| CPUPauseLifted | 2004 | All campaign dialing has resumed because CPU utiliazation dropped below the configured maximum | |
| CampaignStopped | 2005 | A campaign has stopped | |
| ContactListRecycled | 2006 | A contact list has recycled | |
| ForcedPowerModeOff | 2007 | A campaign has exited forced power mode due to the abandon rate dropping below the configured maximum | |
| BlendedPauseLifted | 2008 | A campaign has resumed making predictions due to the number of inbound calls dropping below the configured maximum for the workgroup | |
| CampaignRestarted | 2009 | A campaign has been manually restarted | |
| PolicyMessage | 2010 | A policy reported an informational message | |
| RuleActionMessage | 2011 | A rule action reported an informational message | |
| CreatedCampaignTables | 2012 | One or more database tables were created for a campaign | |
| CampaignRestartRules | 2013 | A campaign was restarted by a rule | |
| CampaignRestartUser | 2014 | A campaign was restarted by a user | |
| CampaignRecycleRules | 2015 | A campaign was recycled by a rule | |
| CampaignRecycleUser | 2016 | A campaign was recycled by a user | |
| StatusMessage | 2017 | An informational status message was deactivated | |
| ActiveGroupChanged | 2018 | The active group changed in a rule set. The group that has become active is reported. | |
| AgentActiveGroupChanged | 2019 | The active group changed in a rule set. The group that has become active is reported. | |
| CampaignGroupTransitioned | 2020 | The campaign has transitioned to the next campaign group. | |
| CampaignCompleted | 2021 | A campaign has completed |