Uranium
Application Framework
Loading...
Searching...
No Matches
UM.Backend.Backend.BackendState Class Reference

Static Public Attributes

int NotStarted = 1
int Processing = 2
int Done = 3
int Error = 4
int Disabled = 5

Detailed Description

The current processing state of the backend.

:class:`BackendState` is an enumeration class that represents the different states that the backend can be in.

Attributes:
    - NotStarted (int): The backend has not started processing.
    - Processing (int): The backend is currently processing data.
    - Done (int): The backend has finished processing successfully.
    - Error (int): The backend encountered an error during processing.
    - Disabled (int): The backend is disabled and cannot process data.

The documentation for this class was generated from the following file:
  • UM/Backend/Backend.py