LuciadCPillar 2024.0.08
|
Interface for a class that represents a task to be executed. More...
#include <luciad/concurrent/ITaskScheduler.h>
Public Member Functions | |
virtual | ~ITask ()=default |
virtual void | execute ()=0 |
Implements this method to specify what the task does. More... | |
Interface for a class that represents a task to be executed.
|
virtualdefault |
|
pure virtual |
Implements this method to specify what the task does.