cut
1.2.2-pre1
|
Defines the signals available for the task. More...
Static Public Attributes | |
finished = Signal() | |
error = Signal(tuple) | |
result = Signal(object) | |
progress = Signal(object) | |
Defines the signals available for the task.
:finished: No data :error: `tuple` (exctype, value, traceback.format_exc() ) :result: `object` data returned from processing, anything :progress: `object` data indicating % progress
|
static |
|
static |
|
static |
|
static |