i am programming the uiautomation, but some applications that i used to test the uiautomation, the LegacyIAccessible.State contain STATE_SYSTEM_BUSY. I had tried to wait the more than 1hour. It still on busy. Any code related solution can solve this issue?
AutomationElement automationElement = objElement as AutomationElement;
return automationElement.Patterns.LegacyIAccessible.Pattern.State.Value.ToString();