Interface
SummaryOperationStatusInterface
Magento\AsynchronousOperations\Api\Data\SummaryOperationStatusInterface
What it does
This interface defines a read-only contract for retrieving basic asynchronous operation status information without heavy data like serialized payloads.
Developers use this when they need to check the status, result message, and error code of bulk operations or queue items without loading the full operation data, making it more efficient for status summaries and monitoring.
Public Methods
- getId()
- getStatus()
- getResultMessage()
- getErrorCode()