Model
BulkOperationsStatus
Magento\AsynchronousOperations\Model\BulkOperationsStatus
What it does
This class provides methods to query and retrieve the status of bulk operations in Magento 2's asynchronous operations system.
Developers use it to check the progress of bulk operations, get counts of operations by status, retrieve failed operations, and obtain detailed or summary status information for background tasks initiated by users.
Public Methods
- getFailedOperationsByBulkId()
- getOperationsCountByBulkIdAndStatus()
- getBulksByUser()
- getBulkStatus()
- getBulkDetailedStatus()
- getBulkShortStatus()