VizExportStatus
Export Status
Status of export. SUBMITTED - Job is added to the queue. PENDING - Job is picked up by the operator and getting created. This stage should typically be short. RUNNING - Job is running in the backend as a K8s job. COMPLETED - Job finished successfully. FAILED - Job failed. PENDING_CANCEL - Job is requested to be cancelled. CANCELED - Job is cancelled.
This data structure has no properties.
Enumeration:
SUBMITTED,
PENDING,
RUNNING,
COMPLETED,
FAILED,
PENDING_CANCEL,
CANCELED