Specifies the scope of rule evaluation to terminate.
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 RuleEngineTermination |
| Visual Basic |
|---|
Public Enumeration RuleEngineTermination |
Members
| Member name | Value | Description | |
|---|---|---|---|
| ContinueEvaluation | 0 | Continue evaluating rules normally. | |
| StopAllRules | 1 | Stop evaluating all rules for this evaluation pass. | |
| StopThisRuleset | 2 | Stop evaluating rules in the current rule set. |