|
open_iA 2025.6
|
Interface for operations providing elapsed time and estimated remaining duration. More...
#include <iADurationEstimator.h>
Public Member Functions | |
| virtual | ~iADurationEstimator () |
| virtual double | elapsed () const =0 |
| Get the time that has elapsed since start of the operation. | |
| virtual double | estimatedTimeRemaining (double percent) const =0 |
| Get the estimated, still required time to finish the operation. | |
Interface for operations providing elapsed time and estimated remaining duration.
|
virtual |
|
pure virtual |
Get the time that has elapsed since start of the operation.
Implemented in iAPercentBasedEstimator.
|
pure virtual |
Get the estimated, still required time to finish the operation.
Implemented in iAPercentBasedEstimator.