Engine.UnregisterModalWindow ( modalID)
Notifies TestStand that the specified window is a no longer a modal dialog box.
Call this method when a dialog box you registered with RegisterModalWindow closes.
modalID As long
[In] Pass the modalID you receive as a return value from RegisterModalWindow.