#include <TaskTypes.h>
Public Member Functions | |
| virtual void | exec ()=0 |
| virtual | ~Executable ()=default |
Any class extending from executable can be passed by reference to task manager and the exec() method will be called when the scheduled time is reached.
|
virtualdefault |
A virtual destructor must always be provided for interfaces that can be allocated with new.
|
pure virtual |
Called when the schedule is reached
Implemented in ExecWith2Parameters< TParam1, TParam2 >, ExecWithParameter< TParam >, and TmLongSchedule.