AppInterface.reset_progress
AppInterface.reset_progress |
Purpose
Resets the progress state for each progress metric back to zero.
Synopsis
reset_progress(self) -> None
Example
Reset the progress state for each progress metric back to zero.
>>> insight.reset_progress()
Further information
The
insight.update function can be used to report a number of optimization metrics to the Xpress Insight system. This method sends notifications to reset the value for each metric to zero.
Related topics