qhana_plugin_runner.tasks module
Module containing celery tasks.
- qhana_plugin_runner.tasks.TASK_DETAILS_CHANGED = <blinker.base.NamedSignal object at 0x73571d720ee0; 'task-details-changed'>
Signal for any changes of a task excluding status and step events.
- qhana_plugin_runner.tasks.TASK_STATUS_CHANGED = <blinker.base.NamedSignal object at 0x73571d7200d0; 'task-status-changed'>
Signal for changes of the task status.
- qhana_plugin_runner.tasks.TASK_STEPS_CHANGED = <blinker.base.NamedSignal object at 0x73571d720100; 'task-steps-changed'>
Signal for changes of the step lists of tasks. Changes include new steps and clearing existing steps.