exportStatus property

ExportStatus? exportStatus
final

The status of the export.

  • IN_PROGRESS - The export is in progress.
  • READY - The export is complete.
  • FAILED - The export could not be completed.

Implementation

final ExportStatus? exportStatus;