Interface
OperationInterface
Magento\AsynchronousOperations\Api\Data\OperationInterface
What it does
This interface defines the contract for asynchronous operation entities in Magento 2's bulk operations system.
Developers use it when working with queued tasks or batch operations that run in the background, extending the base OperationInterface from the Framework to add extension attribute support for custom data storage.
Public Methods
- getExtensionAttributes()
- setExtensionAttributes()