API Reference > OdDb Classes > OdDbHostAppProgressMeter Class > OdDbHostAppProgressMeter Methods > OdDbHostAppProgressMeter::meterProgress Method
OdDbHostAppProgressMeter::meterProgress Method
Syntax
C++
virtual void meterProgress() = 0;

Notification function called to increment this ProgressMeter object.

The completion percentage may be calculated by dividing the number of times this function is called by the value set by setLimit. 

Throwing an exception indicates that the operation associated with this ProgressMeter object should be halted.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.