Uranium
Application Framework
|
Static Public Attributes | |
int | NotStarted = 1 |
int | Processing = 2 |
int | Done = 3 |
int | Error = 4 |
int | Disabled = 5 |
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.