Log in
Model

Details

Magento\AsynchronousOperations\Model\Operation\Details

What it does

This class provides statistical details and status information about bulk asynchronous operations in Magento 2.

Developers use it to retrieve counts of operations in various states (successful, failed, open, rejected) for a given bulk operation UUID, with built-in caching to optimize performance when checking operation statuses multiple times.

Public Methods

  • getDetails()
  • getOperationsTotal()
  • getOpen()
  • getOperationsSuccessful()
  • getTotalFailed()
  • getFailedNotRetriable()
  • getFailedRetriable()
  • getRejected()