BatchProcessingStatus

Status of the batch process. It tells whether the batch process is still pending, in progress, or finished.

Enums
BATCH_PROCESS_PENDING Pending.
BATCH_PROCESS_IN_PROGRESS In progress.
BATCH_PROCESS_PROCESSED Processed. This doesn't mean all items were processed successfully, you should check the response field for the result of every item.