There’s a predefined FinalBuilder system variable named FBIgnoredErrors that contains the global count of ignored errors in a build. You should be able to use this to determine whether any actions within a set range have had ignored errors, you’ll need to look at the value before the actions are run, store the current value and then compare that once the actions have run.