Interface
BulkOperationsStatusInterface
Magento\AsynchronousOperations\Api\Data\BulkOperationsStatusInterface
What it does
This interface defines the contract for retrieving bulk operation status information in Magento 2's asynchronous operations system.
Developers use this when they need to track the status of multiple queued operations that were submitted as a bulk job, extending the base BulkSummaryInterface to include a detailed list of individual operation statuses.
Public Methods
- getOperationsList()
- setOperationsList()