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.

public enum class WaitForReadyOptions
[System.Flags]
public enum WaitForReadyOptions
[<System.Flags>]
type WaitForReadyOptions = 
Public Enum WaitForReadyOptions
Inheritance
WaitForReadyOptions
Attributes

Fields

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.

None 0

No wait for ready.

Applies to