SPH
Public Member Functions | List of all members
SequentialTaskHandle Class Reference
Inheritance diagram for SequentialTaskHandle:
ITask Polymorphic

Public Member Functions

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...
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Definition at line 7 of file Scheduler.cpp.

Member Function Documentation

◆ completed()

virtual bool SequentialTaskHandle::completed ( ) const
inlineoverridevirtual

Checks if the task already finished.

Implements ITask.

Definition at line 13 of file Scheduler.cpp.

◆ 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: