Reports whether an interrupt has been requested.
Synopsis
Declared in <util/threadinterrupt.h>
virtual
bool
interrupted() const;
Return Value
true if operator()() has been called since the last reset
Created with MrDocs
Reports whether an interrupt has been requested.
Declared in <util/threadinterrupt.h>
virtual
bool
interrupted() const;
true if operator()() has been called since the last reset
Created with MrDocs