ACF $AcfVersion:0$
Public Member Functions | List of all members
ibase::IProgressLogger Class Referenceabstract

Consume information about progress of some process. More...

#include <IProgressLogger.h>

Inheritance diagram for ibase::IProgressLogger:
istd::IPolymorphic

Public Member Functions

virtual void OnProgress (double currentProgress)=0
 Callback function for a progress event.
 
virtual bool IsCanceled () const =0
 Check if this processing operation should be canceled.
 
- Public Member Functions inherited from istd::IPolymorphic
virtual ~IPolymorphic ()
 

Detailed Description

Consume information about progress of some process.

Definition at line 16 of file IProgressLogger.h.

Member Function Documentation

◆ IsCanceled()

virtual bool ibase::IProgressLogger::IsCanceled ( ) const
pure virtual

Check if this processing operation should be canceled.

◆ OnProgress()

virtual void ibase::IProgressLogger::OnProgress ( double  currentProgress)
pure virtual

Callback function for a progress event.

Parameters
currentProgressprogress value in the range [0; 1].

The documentation for this class was generated from the following file: