This enumeration is used to specify how calls to the UITechnologyElement.WaitForReady method are executed.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Enumeration WaitForReadyLevel
public enum WaitForReadyLevel
public enum class WaitForReadyLevel
type WaitForReadyLevel
public enum WaitForReadyLevel
Members
| Member name | Description | |
|---|---|---|
| AllThreads | Wait on all threads. | |
| Disabled | Waiting is disabled. | |
| UIThreadOnly | Wait on the UI thread. |