VCF::AsyncResult::AsyncTask Class Reference
#include <Delegates.h>
Inheritance diagram for VCF::AsyncResult::AsyncTask:
List of all members.
Constructor & Destructor Documentation
| virtual VCF::AsyncResult::AsyncTask::~AsyncTask |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
| virtual bool VCF::AsyncResult::AsyncTask::run |
( |
|
) |
[inline, virtual] |
|
|
|
Executes the runnable code.
- Returns:
- returns true is the execution was suvvessful, or false if not.
Implements VCF::Runnable. |
| virtual void VCF::AsyncResult::AsyncTask::stop |
( |
|
) |
[inline, virtual] |
|
|
|
stops the task from running.
Should allow the implementer to gracefully finish whatever they were doing and exit the run() method as soon as possible.
Implements VCF::Runnable. |
Member Data Documentation
The documentation for this class was generated from the following file: