Check Window State
Check the state of a window running on the desktop of the end user. If necessary, you can then use the Control Window State command to change it to the required state.
- 
                                                    The relevant window is identified by its handle (previously retrieved with the Get Step Window Handle or Find Matching Window Handles command) 
- 
                                                    Available window states for which to check: - 
                                                            Exists 
- 
                                                            Is visible 
- 
                                                            Is active 
- 
                                                            Is minimized 
- 
                                                            Is maximized 
 
- 
                                                            
                                                /Advanced Commands_117.png) 
                                            
- 
                                                    Enter the name of the variable in which the handle of the relevant window is stored; and Choose the window state for which you would like to check 
- 
                                                    Enter the name of the variable into which you'd like to place the result of the check. (The result will be either TRUE or FALSE, as applicable.)