![]() |
• System Utilities | ||||||||||||
|
API Links
Developer Links
|
class JobDefined in:
The C4Threads.hJob class represents a single job that runs in one of the Job Manager's worker threads.
Definition
Member Functions
Constructor
Parameters
Description
The Job class is used to encapsulate the execution function and data for a single job. Jobs are queued for execution by one of the Job Manager's worker threads by calling the JobMgr::SubmitJob function.The function specified by the execProc parameter should have the following signature.
Job object itself, and the second parameter is the cookie parameter that was passed to the Job constructor.
Base Classes
See Also
|