Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
Job interface. More...
#include <IJob.h>
Public Member Functions | |
virtual void | run ()=0 |
Run the job. | |
Public Member Functions inherited from IInterface | |
virtual | ~IInterface ()=default |
Interface destructor does nothing. |
Job interface.
A job is an interface for executing some function.
|
pure virtual |
Run the job.
Implemented in FunctionJob, and TMethodJob< T >.