Job interface. More...
#include <IJob.h>
Inherits IInterface.
Inherited by CFunctionJob, and TMethodJob< T >.
Public Member Functions | |
| virtual void | run ()=0 |
| Run the job. | |
Job interface.
A job is an interface for executing some function.
Definition at line 28 of file IJob.h.
1.7.1