![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
Job interface. More...
#include <IJob.h>

Public Member Functions | |
| virtual | ~IJob ()=default |
| virtual void | run ()=0 |
| Run the job. | |
Job interface.
A job is an interface for executing some function.
|
virtualdefault |
|
pure virtual |
Run the job.
Implemented in FunctionJob, and TMethodJob< T >.