Defines the signals available for the task.
More...
|
|
| 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.
|
| |
Defines the signals available for the task.
- Copyright
- ESO - European Southern Observatory
The documentation for this class was generated from the following file:
- task/src/elt/cut/task/taskbase.py