Abstract class to be implemented to describe a task that need to be executed. More...
#include <Task.h>
Public Member Functions | |
virtual | ~ITask () |
Destructor. | |
virtual void | execute ()=0 |
Executes the task. | |
virtual void | cancel () |
Cancels the task. | |
Abstract class to be implemented to describe a task that need to be executed.