enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, toolbox) |
def | retry (self) |
Public Member Functions inherited from Components.Task.Job | |
def | fromDescription (self, description) |
def | createDescription (self) |
def | getProgress (self) |
def | getStatustext (self) |
def | task_progress_changed_CB (self) |
def | addTask (self, task) |
def | start (self, callback) |
def | restart (self) |
def | runNext (self) |
def | taskCallback (self, task, res, stay_resident=False) |
def | abort (self) |
def | cancel (self) |
def | remove (self, callback) |
Public Attributes | |
toolbox | |
Public Attributes inherited from Components.Task.Job | |
tasks | |
resident_tasks | |
workspace | |
current_task | |
callback | |
name | |
finished | |
end | |
weightScale | |
afterEvent | |
state_changed | |
status | |
Additional Inherited Members | |
Static Public Attributes inherited from Components.Task.Job | |
NOT_STARTED | |
IN_PROGRESS | |
FINISHED | |
FAILED | |
Properties inherited from Components.Task.Job | |
progress = property(getProgress) | |
def Plugins.Extensions.DVDBurn.MediumToolbox.DVDformatJob.__init__ | ( | self, | |
toolbox | |||
) |
Reimplemented from Components.Task.Job.
def Plugins.Extensions.DVDBurn.MediumToolbox.DVDformatJob.retry | ( | self | ) |
Reimplemented from Components.Task.Job.
Plugins.Extensions.DVDBurn.MediumToolbox.DVDformatJob.toolbox |