|
|
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)
Parameters:
quietly | if true, Job will not emit signal canceled |
Reimplemented from Job
void |
[virtual]
Called by the scheduler when a slave gets to work on this job.
void |
Called to detach a slave from a job.
Slave * |
Slave in use by this job
void |
[signal]
Emitted when we know the size of this job (data size for transfers, number of entries for listings).
void |
[signal]
Regularly emitted to show the progress of this job (current data size for transfers, entries listed).
void |
[signal]
Emitted to display information about the speed of this job.
void |
[protected virtual slot]
Called when the slave marks the job as finished.
void |
[virtual slot]
Called on a slave's error Made public for the scheduler
Generated by: root@porky.devel.redhat.com on Wed May 10 08:56:52 2000, using kdoc 2.0a35. |