|
| def | __init__ (self) |
| |
| def | AddJob (self, job, onSuccess=None, onFail=None) |
| |
| def | kick (self) |
| |
| def | notifyFailed (self, job, task, problems) |
| |
| def | jobDone (self, job, task, problems) |
| |
| def | popupTaskView (self, job) |
| |
| def | errorCB (self, answer) |
| |
| def | getPendingJobs (self) |
| |
◆ __init__()
| def Components.Task.JobManager.__init__ |
( |
|
self | ) |
|
◆ AddJob()
| def Components.Task.JobManager.AddJob |
( |
|
self, |
|
|
|
job, |
|
|
|
onSuccess = None, |
|
|
|
onFail = None |
|
) |
| |
◆ errorCB()
| def Components.Task.JobManager.errorCB |
( |
|
self, |
|
|
|
answer |
|
) |
| |
◆ getPendingJobs()
| def Components.Task.JobManager.getPendingJobs |
( |
|
self | ) |
|
◆ jobDone()
| def Components.Task.JobManager.jobDone |
( |
|
self, |
|
|
|
job, |
|
|
|
task, |
|
|
|
problems |
|
) |
| |
◆ kick()
| def Components.Task.JobManager.kick |
( |
|
self | ) |
|
◆ notifyFailed()
| def Components.Task.JobManager.notifyFailed |
( |
|
self, |
|
|
|
job, |
|
|
|
task, |
|
|
|
problems |
|
) |
| |
◆ popupTaskView()
| def Components.Task.JobManager.popupTaskView |
( |
|
self, |
|
|
|
job |
|
) |
| |
◆ active_job
| Components.Task.JobManager.active_job |
◆ active_jobs
| Components.Task.JobManager.active_jobs |
◆ failed_jobs
| Components.Task.JobManager.failed_jobs |
◆ in_background
| Components.Task.JobManager.in_background |
◆ job_classes
| Components.Task.JobManager.job_classes |
◆ visible
| Components.Task.JobManager.visible |
The documentation for this class was generated from the following file: