Name | Description | |
---|---|---|
Cancel | Cancel may be called to cancel execution of a job. | |
Cleanup | Cleanup is called to give the job a chance to cleanup. | |
Execute | Execute is called to execute a job. The implementor should execute the job and return the results as a FinalStatus object. | |
Initialize | Initialize is called at the beginning of a job. |