API Reference > Classes > PRC Protocol Extensions Classes > OdExPrcHostAppProgressMeter Class > OdExPrcHostAppProgressMeter Methods > OdExPrcHostAppProgressMeter::meterProgress Method
OdExPrcHostAppProgressMeter::meterProgress Method
Syntax
C++
virtual void meterProgress();

Increments the progress meter object.

The completion percentage can be calculated by dividing the number of times this function is called by the value set by the setLimit() method. If an exception is thrown, the operation associated with the progress meter object should be halted.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.