Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
IJob Class Referenceabstract

Job interface. More...

#include <IJob.h>

Inheritance diagram for IJob:
Collaboration diagram for IJob:

Public Member Functions

virtual void run ()=0
 Run the job.
Public Member Functions inherited from IInterface
virtual ~IInterface ()=default
 Interface destructor does nothing.

Detailed Description

Job interface.

A job is an interface for executing some function.

Member Function Documentation

◆ run()

virtual void IJob::run ( )
pure virtual

Run the job.

Implemented in FunctionJob, and TMethodJob< T >.


The documentation for this class was generated from the following file: