Sets the wait window to be visible/invisible or gets the wait window if it is visible.

Type Info:

WaitWindow As Boolean
Example:
Dim App As Application

Set App = Application

App.WaitWindow = True

' ...

If (App.WaitWindow) Then
	App.WaitWindow = False
End If
See also:

Class Application

Last Updated: 03/17/21