Specific types of actions that a rule can execute.

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

Syntax

C#
public enum RuleActionType
Visual Basic
Public Enumeration RuleActionType

Members

Member nameValueDescription
Campaign0 Changes the execution state of a campaign.
CampaignProperty1 Changes the value of a campaign property.
Email2 Sends an email.
EventLog3 Writes an entry to the event log.
Group4 Switches rule evaluation to a different rule group.
Handler5 Executes a custom handler.
SMS6
Agent7 Logs one or more agents and/or workgroups in or out of a campaign

See Also