PublishStatus
Publish Status
Status of a publish operation for a proposed object.
- READY_TO_PUBLISH: Object is ready to be published
- IN_PROGRESS: Publication is currently in progress
- PUBLISH_SUCCESS: Publication completed successfully
- PUBLISH_FAILED: Publication failed with errors
- PUBLISH_CANCELED: Publication was canceled by user
This data structure has no properties.
Enumeration:
READY_TO_PUBLISH,
IN_PROGRESS,
PUBLISH_SUCCESS,
PUBLISH_FAILED,
PUBLISH_CANCELED