SPH
Public Member Functions | List of all members
ITask Class Referenceabstract

Handle used to control tasks submitted into the scheduler. More...

#include <Scheduler.h>

Inheritance diagram for ITask:
Polymorphic SequentialTaskHandle Task

Public Member Functions

virtual void wait ()=0
 Waits till the task and all the child tasks are completed. More...
 
virtual bool completed () const =0
 Checks if the task already finished. More...
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Handle used to control tasks submitted into the scheduler.

Definition at line 15 of file Scheduler.h.

Member Function Documentation

◆ completed()

virtual bool ITask::completed ( ) const
pure virtual

Checks if the task already finished.

Implemented in SequentialTaskHandle, and Task.

◆ wait()

virtual void ITask::wait ( )
pure virtual

Waits till the task and all the child tasks are completed.

Implemented in SequentialTaskHandle, and Task.


The documentation for this class was generated from the following file: