|
| virtual void | wait () override |
| | Waits till the task and all the child tasks are completed. More...
|
| |
| virtual bool | completed () const override |
| | Checks if the task already finished. More...
|
| |
| virtual | ~Polymorphic () |
| |
Definition at line 7 of file Scheduler.cpp.
◆ completed()
| virtual bool SequentialTaskHandle::completed |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ wait()
| virtual void SequentialTaskHandle::wait |
( |
| ) |
|
|
inlineoverridevirtual |
Waits till the task and all the child tasks are completed.
Implements ITask.
Definition at line 9 of file Scheduler.cpp.
The documentation for this class was generated from the following file: