Interface
BulkStatusInterface
Magento\AsynchronousOperations\Api\BulkStatusInterface
What it does
This interface defines methods for retrieving the status of bulk operations in Magento 2.
Developers use this to check the progress and results of asynchronous bulk operations by their UUID, getting either detailed information (including full operation data) or a short summary of the bulk operation status.
Public Methods
- getBulkDetailedStatus()
- getBulkShortStatus()