|
|
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.
|
~ |
const KURL& |
[const]
void |
[virtual]
Abort job This kills all subjobs and deletes the job
Parameters:
quietly | if true, Job will emit signal result Should only be set to false when the user kills the job (from kio_uiserver), not when you want to abort a job. |
Reimplemented from Job.
void |
[virtual]
Abort job Suspends slave to be reused by another job for the same request.
void |
[static]
Discard suspended slave
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 |
[protected virtual slot]
Called when the slave marks the job as finished.
void |
[protected slot]
Called on a slave's warning
void |
[protected slot]
Called on a slave's info message
Reimplemented from Job.
void |
[protected slot]
Forward signal from the slave
void |
[protected slot]
Forward signal from the slave
void |
[protected slot]
Forward signal from the slave
Reimplemented from Job.
void |
[virtual slot]
Called on a slave's error Made public for the scheduler
Slave * |
[protected]
QByteArray |
[protected]
KURL |
[protected]
KURL |
[protected]
int |
[protected]
unsigned long |
[protected]
Generated by: prospector@porky.devel.redhat.com on Thu Aug 24 05:36:06 2000, using kdoc 2.0a36. |