![]() |
• System Utilities | ||||||||||||||
|
API Links
Developer Links
|
class BatchJobDefined in:
The C4Threads.hBatchJob class represents a single job that can be part of a batch.
Definition
Constructor
Parameters
Description
The BatchJob class is used to encapsulate the execution function and data for a single job. Batch jobs are queued for execution by one of the Job Manager's worker threads by calling the JobMgr::SubmitJob function and specifying a Batch object.The functions specified by the execProc and finalProc parameters should have the following signatures.
Base Classes
See Also
|