#include <IJob.h>
Inherits IInterface.
Inherited by CFunctionJob, and TMethodJob< T >.
Inheritance diagram for IJob:


Public Member Functions | |
| virtual void | run ()=0 |
| Run the job. | |
A job is an interface for executing some function.
Definition at line 24 of file IJob.h.
1.4.7