MatchProcessingBehavior Enum

Definition

If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.

public enum MatchProcessingBehavior
type MatchProcessingBehavior = 
Public Enum MatchProcessingBehavior
Inheritance
MatchProcessingBehavior

Fields

Name Value Description
Continue 0

Continue.

Stop 1

Stop.

Applies to