- 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
If the Category argument is used then the element should be created with the function
GMP::SolverSession::CreateProgressCategory
.The solver status can also be displayed by using the procedure
GMP::ProgressWindow::DisplayLine
with title ‘Solver Status’.