Release : 9.x, 20.x
Component : UIM NAS
The Skip further profile Checks on match option will stop every following matching Auto-Operator. (not only EMAIL type)
So if you have:
1. EMAIL AO Profile (Order 34) matches alarm "ABC"
(Skip further profile Checks on match)
-->Email is sent
2. EMAIL AO Profile (Order 35) matches alarm "ABC"
---> Email is not sent
3. Script AO Profile (Order 36) matches alarm "ABC"
---> script is not executed
4. new_alarm AO Profile (Order 37) matches alarm "ABC"
---> No new alarm is generated.