CalculatedStatusSql
Magento\AsynchronousOperations\Model\BulkStatus\CalculatedStatusSql
What it does
This class generates SQL expressions to dynamically calculate the status of bulk operations in Magento's asynchronous processing system.
It determines if a bulk operation is 'not started' (when no operations exist) or returns the maximum status value from all related operations.
Developers use this when querying bulk operation summaries to efficiently compute the overall status directly in the database query.
Public Methods
- get()