TwiceAsNice  2019-02-18
Public Member Functions | List of all members
Nice::UndelayedTaskControl Class Reference

This TaskControl controls execution of a undelayed task. More...

#include <UndelayedTaskControl.h>

Inheritance diagram for Nice::UndelayedTaskControl:
Inheritance graph
Collaboration diagram for Nice::UndelayedTaskControl:
Collaboration graph

Public Member Functions

 UndelayedTaskControl (Nice::TaskPtr task)
 
virtual ~UndelayedTaskControl ()
 
- Public Member Functions inherited from Nice::TaskControl
virtual ~TaskControl ()=0
 
void init ()
 initializes the object. More...
 
virtual void cancelTask ()
 
virtual bool isCancelled ()
 
virtual void executeTask ()
 
virtual bool isDone ()
 
virtual void waitUntilEndOfTask ()
 

Additional Inherited Members

- Protected Member Functions inherited from Nice::TaskControl
void setTask (TaskPtr task)
 

Detailed Description

This TaskControl controls execution of a undelayed task.

Constructor & Destructor Documentation

◆ UndelayedTaskControl()

Nice::UndelayedTaskControl::UndelayedTaskControl ( Nice::TaskPtr  task)
explicit

◆ ~UndelayedTaskControl()

virtual Nice::UndelayedTaskControl::~UndelayedTaskControl ( )
inlinevirtual

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