- Set AllProgressCategories
AllProgressCategories
The predefined set AllProgressCategories
contains the names of all
created progress categories.
Set AllProgressCategories {
Index : IndexProgressCategories;
}
Definition
The contents of the set
AllProgressCategories
is the collection of all progress categories created by the functionsGMP::Instance::CreateProgressCategory
andGMP::SolverSession::CreateProgressCategory
. These progress categories are used by theGMP::ProgressWindow
functions.
Updatability
The contents of the set can only be modified through the functions
GMP::Instance::CreateProgressCategory
,GMP::SolverSession::CreateProgressCategory
andGMP::ProgressWindow::DeleteCategory
.