Procedure GMP::ProgressWindow::DisplaySolverStatus(status, Category, lineNo)

GMP::ProgressWindow::DisplaySolverStatus

The procedure GMP::ProgressWindow::DisplaySolverStatus writes the solver status to the Progress Window.

GMP::ProgressWindow::DisplaySolverStatus(
     status,           ! (input) a status
     [Category],       ! (optional) a progress category
     [lineNo]          ! (optional) a line number
     )

Arguments

status

An element in the set AllSolutionStates.

Category

An element in the set AllProgressCategories.

lineNo

The number of the line in which the solver status has to be displayed. The default is 8.

Return Value

The procedure returns 1 on success, or 0 otherwise.

Note