seq
2.0.0
|
Defines the signals available from a running worker thread. More...
Static Public Attributes | |
finished = Signal() | |
error = Signal(tuple) | |
result = Signal(object) | |
progress = Signal(dict) | |
Defines the signals available from a running worker thread.
Supported signals are:
finished No data
error tuple
(exctype, value, traceback.format_exc() )
result object
data returned from processing, anything
progress int
indicating % progress
|
static |
|
static |
|
static |
|
static |