cut 3.3.0
Loading...
Searching...
No Matches
task.taskbase.TaskSignals Class Reference

Defines the signals available for the task. More...

Static Public Attributes

 finished = Signal()
 Finished Signal.
 
 error = Signal(tuple)
 Error Signal, carries tuple (exctype, value, traceback.format_exc() )
 
 result = Signal(object)
 Result Signal, carries object data returned from processing, anything.
 
 progress = Signal(object)
 Progress Signal, object data indicating % progress.
 
 cancelled = Signal()
 Cancelled Signal.
 
 started = Signal()
 Started Signal.
 

Detailed Description

Defines the signals available for the task.


The documentation for this class was generated from the following file: