Table of Contents

Enum WindowInteractionState

Namespace
HP.LFT.SDK.UIAPro
Assembly
HP.LFT.SDK.dll

The possible interaction states of a window.

public enum WindowInteractionState

Fields

BlockedByModalWindow = 3

Indicates that the window is blocked by a modal window.

Closing = 1

Indicates that the window is closing.

NotResponding = 4

Indicates that the window is not responding.

ReadyForUserInteraction = 2

Indicates that the window is ready for user interaction.

Running = 0

Indicates that the window is running. This does not guarantee that the window is responding or ready for user interaction.