WaitForReadyOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration is used to indicate how the framework waits for ready.
This enumeration supports a bitwise combination of its member values.
public enum class WaitForReadyOptions
[System.Flags]
public enum WaitForReadyOptions
[<System.Flags>]
type WaitForReadyOptions =
Public Enum WaitForReadyOptions
- Inheritance
-
WaitForReadyOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No wait for ready. |
EnablePlaybackWaitForReady | 1 | Indicates that the test framework should use its internal algorithm. This includes checking for a valid window handle, a UI thread state, and a message pump. |
EnableTechnologyWaitForReady | 2 | Indicates that the test framework should rely on the implemented WaitForReady() method. |