MessageProcessedStatus
The different completion statuses a CloudMessage can have.
Union Cases
Union Case | Description |
Abandoned
Signature:
|
The message cannot be processed and should be not be attempted again.
|
Completed
Signature:
|
The message successfully completed.
|
Failed
Signature:
|
The message was not processed successfully and should be returned to the queue for processing again.
|