WaitForReadyOptions Enum

Definition

This enumeration is used to indicate how the framework waits for ready.

This enumeration supports a bitwise combination of its member values.

C++
public enum class 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.

Applies to

Produkt Versiounen
Visual Studio SDK 2017, 2019