EnumWindowInteractionState
Enum
Window interaction states.
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum WindowInteractionState
Fields
BlockedByModalWindow
The window is blocked by a modal window.
Closing
The window is in closing state.
NotResponding
The window is in non-responding state.
ReadyForUserInteraction
The window is in ready for user interaction state.
Running
The window is in running state.