Types of conditions that a rule may evaluate.
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 RuleType |
Visual Basic |
---|
Public Enumeration RuleType |
Members
Member name | Value | Description | |
---|---|---|---|
SystemEvent | 0 | Watches for a certain SystemEvent to occur. | |
Stat | 1 | Evaluates the value of a statistic. | |
Time | 2 | Specifies a schedule for executing rule actions. |