Enum WindowInteractionState
The possible interaction states of a window.
public enum WindowInteractionState
Fields
BlockedByModalWindow = 3Indicates that the window is blocked by a modal window.
Closing = 1Indicates that the window is closing.
NotResponding = 4Indicates that the window is not responding.
ReadyForUserInteraction = 2Indicates that the window is ready for user interaction.
Running = 0Indicates that the window is running. This does not guarantee that the window is responding or ready for user interaction.