Skip to main content

ExportState

The possible states of an export.

enum ExportState {
CANCELLED
COMPLETED
DELETED
EXPORTING
FAILED
QUEUED
REQUESTED
UPLOAdING
}

Values

ExportState.CANCELLED

The export has been cancelled.

ExportState.COMPLETED

The export has been completed.

ExportState.DELETED

The export has been deleted.

ExportState.EXPORTING

The export is being processed.

ExportState.FAILED

The export has failed.

ExportState.QUEUED

The export is queued for processing.

ExportState.REQUESTED

The export has been requested.

ExportState.UPLOAdING

The export is being uploaded.

Member of

Export object