Itasca C++ Interface
|
Polling interface - kernel should call periodically during longs tasks to give the interface a chance to respond to user commands. More...
#include <ipollster.h>
Public Member Functions | |
virtual void | poll (bool suppressException=false)=0 |
Polling interface - kernel should call periodically during longs tasks to give the interface a chance to respond to user commands.
|
pure virtual |
Can throw exception.
suppressException | If true exceptions indicating that an interrupt request (abort, continue, or program exit) will not be thrown, it will instead be help tilla poll() call with suppressException=false. |