#include <Job.h>
Inheritance diagram for Odyssey::DelegateJob:
Public Member Functions | |
DelegateJob () | |
DelegateJob (const Delegate &proc) | |
void | execute (const Job::VariableMap &vars=VariableMap()) |
Executes the job. | |
Public Attributes | |
Delegate | Execute |
This class implements a job. The Job will exectute a remote callable as the job implementation, taking in a Config and a VariableMap
|
|
|
|
|
Executes the job. This function executes the job, and does not return until the job has finished. The job can be further configured through the VariableMap passed in.
Implements Odyssey::Job. |
|
|