exportStatus property
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;
The status of the export.
IN_PROGRESS
- The export is in progress.
READY
- The export is complete.
FAILED
- The export could not be completed.
final ExportStatus? exportStatus;