For example, suppose a test calls two actions, A and B.
A performs a \"failed\" step by calling \"Reporter.ReportEvent micFail, ...\", and B performs a \"passe
I dont think you can since Run Status is for the complete test and not for individual action. Alternatively, you can call the ExitAction method and store the output in a variable to check the Action Run Status when called from RunAction method.