Function ShowProgressWindow([do\_show])

ShowProgressWindow

With the procedure ShowProgressWindow you programmatically open or close the AIMMS progress window.

ShowProgressWindow(
     [do_show]       ! (optional) scalar expression
     )

Arguments

do_show (optional)

A scalar 0-1 expression, indicating whether the progress window should be opened (value is 1) or should be closed (value is 0). The default is 1.

See also

The procedure ShowMessageWindow.