PublishOperationStatus
Publish Operation Status
Status of an asynchronous publish operation.
| Status | Description |
|---|---|
PENDING |
Queued for processing. |
IN_PROGRESS |
Actively processing. |
COMPLETED |
Successfully finished. |
FAILED |
Error occurred - check error_details for the reason. |
This data structure has no properties.
Enumeration:
PENDING,
IN_PROGRESS,
COMPLETED,
FAILED