- 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
AllProgressCategoriesis the collection of all progress categories created by the functionsGMP::Instance::CreateProgressCategoryandGMP::SolverSession::CreateProgressCategory. These progress categories are used by theGMP::ProgressWindowfunctions.
Updatability
The contents of the set can only be modified through the functions
GMP::Instance::CreateProgressCategory,GMP::SolverSession::CreateProgressCategoryandGMP::ProgressWindow::DeleteCategory.