C# Best way to break out of multiple nested functions with high performance
I have an automation program used to control other applications(like Browser or DesktopApp).
I’ve created a function with a “while” to determine the current page or state of the application, deciding the next action to execute.
C# Best way to break out of multiple nested functions for performance
I have an automation script used to control other applications(like Browser or DesktopApp).
I’ve created a function with a “while” to determine the current page or state of the application, deciding the next action to execute.