Dialer system events that may be monitored by EventRules.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
C# |
---|
public enum SystemEvent |
Visual Basic |
---|
Public Enumeration SystemEvent |
Members
Member name | Value | Description | |
---|---|---|---|
CampaignStart | 0 | The campaign started. | |
CampaignStop | 1 | The campaign stopped. | |
CampaignReset | 2 | The campaign was reset. | |
ContactListRecycle | 3 | The contact list referenced by the campaign was restarted. | |
CampaignPause | 4 | The contact list referenced by the campaign was paused. | |
CampaignUnpause | 5 | The contact list referenced by the campaign was unpaused. | |
Custom | 6 | Campaign custom event. |