Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | List of all members
itasca::IPollster Class Referenceabstract

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
 

Detailed Description

Polling interface - kernel should call periodically during longs tasks to give the interface a chance to respond to user commands.

Member Function Documentation

◆ poll()

virtual void itasca::IPollster::poll ( bool suppressException = false)
pure virtual

Can throw exception.

Parameters
suppressExceptionIf 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.

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