MatchProcessingBehavior type

If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
KnownMatchProcessingBehavior can be used interchangeably with MatchProcessingBehavior, this enum contains the known values that the service supports.

Known values supported by the service

Continue: Continue
Stop: Stop

type MatchProcessingBehavior = string