|
|
A simple job (one url and one command) This is the base class for all jobs that are scheduled. Other jobs are high-level jobs (CopyJob, DeleteJob, FileCopyJob...) that manage subjobs but aren't scheduled directly.
void |
[virtual]
Abort job Reimplemented (to cancel the job in the scheduler as well)
Reimplemented from Job
void |
[virtual]
Called by the scheduler when a slave gets to work on this job.
Slave * |
Slave in use by this job
void |
[protected virtual slot]
Called when the slave marks the job as finished.
Generated by: dfaure@faure on Sun Mar 26 14:24:43 2000, using kdoc 2.0a35. |