|
open_iA 2025.6
|
Simplest implementation of an iAAbortListener, it holds a boolean flag that is set by the abort method. More...
#include <iAAbortListener.h>
Public Member Functions | |
| iASimpleAbortListener () | |
| void | abort () override |
| bool | isAborted () const |
Public Member Functions inherited from iAAbortListener | |
| virtual | ~iAAbortListener () |
Simplest implementation of an iAAbortListener, it holds a boolean flag that is set by the abort method.
Users can determine whether abort was called through the isAborted method Implementation can be found in iAJobListView.cpp
| iASimpleAbortListener::iASimpleAbortListener | ( | ) |
|
overridevirtual |
Implements iAAbortListener.
| bool iASimpleAbortListener::isAborted | ( | ) | const |