Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/celery/__pycache__/states.cpython-39.pyc
Ðазад
a t�h� � @ s� d Z dZg d�Zeeeedee����Zed Ze e d�dd�ZG dd � d e �Zd Z dZdZd ZdZdZdZdZdZeeeeh�Zee eeeeh�Zeeeeh�Zeeeh�Zee eeeeeeh�ZdS )a� Built-in task states. .. _states: States ------ See :ref:`task-states`. .. _statesets: Sets ---- .. state:: READY_STATES READY_STATES ~~~~~~~~~~~~ Set of states meaning the task result is ready (has been executed). .. state:: UNREADY_STATES UNREADY_STATES ~~~~~~~~~~~~~~ Set of states meaning the task result is not ready (hasn't been executed). .. state:: EXCEPTION_STATES EXCEPTION_STATES ~~~~~~~~~~~~~~~~ Set of states meaning the task returned an exception. .. state:: PROPAGATE_STATES PROPAGATE_STATES ~~~~~~~~~~~~~~~~ Set of exception states that should propagate exceptions to the user. .. state:: ALL_STATES ALL_STATES ~~~~~~~~~~ Set of all possible states. Misc ---- )�PENDING�RECEIVED�STARTED�SUCCESS�FAILURE�REVOKED�RETRY�IGNORED�READY_STATES�UNREADY_STATES�EXCEPTION_STATES�PROPAGATE_STATES� precedence�state) r r Nr r r �REJECTEDr r � N)r �returnc C s&