Inheritance diagram for nrEngine::EmptyTask:
Public Member Functions | |
EmptyTask () | |
virtual | ~EmptyTask () |
virtual Result | updateTask () |
Do nothing just return OK. |
This class representing a simple task which does not do anything. This is an empty task wich can be used as placeholder or root task containing only children (task on which one it depends).
This technique can help us to combine tasks in groups by using of this empty tasks.
Definition at line 403 of file ITask.h.