SimpleCancel Class Reference Last update: 16.07.2025 Public Member Functions virtual bool cancel () override A call to this function sets an instance into the cancelled state for which the function isCancelled will return true. virtual bool isCancelled () override Returns the cancel state of the instance. The cancel state is false as long as no call to the cancel function took place. More... SimpleCancel (SimpleCancel other) Member Function Documentation ◆ isCancelled() virtual bool isCancelled ( ) overridevirtual Returns the cancel state of the instance. The cancel state is false as long as no call to the cancel function took place. ReturnsFalse iff cancel was never called. Implements CancelBase.