Table of Contents

Enum WindowInteractionState

The possible interaction states of a window.

Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public enum WindowInteractionState

Fields

Name Description
BlockedByModalWindow

Indicates that the window is blocked by a modal window.

Closing

Indicates that the window is closing.

NotResponding

Indicates that the window is not responding.

ReadyForUserInteraction

Indicates that the window is ready for user interaction.

Running

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