mi::nservices::IProgress_callback Class Reference
[Render Loops]
Description
Abstract interface called when progress has been made during command execution.
Public Member Functions
- virtual void progress( const char* id, mi::Float64 value, const char* area, const char* message) =0
- This is called when a command has progressed its execution. More...
Member Functions
- virtual void mi::nservices::IProgress_callback::progress( const char* id, mi::Float64 value, const char* area, const char* message) [pure virtual]
-
This is called when a command has progressed its execution.
Parameters
- id
- the id registered when the command was executed.
- value
- a 0 to 100 value indicating progress.
- area
- the area of execution the command is currently in.
- message
- a message associated with the progress event.