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 functions GMP::Instance::CreateProgressCategory and GMP::SolverSession::CreateProgressCategory. These progress categories are used by the GMP::ProgressWindow functions.

Updatability

The contents of the set can only be modified through the functions GMP::Instance::CreateProgressCategory, GMP::SolverSession::CreateProgressCategory and GMP::ProgressWindow::DeleteCategory.