status property
The status of the world export job.
- Pending
- The world export job request is pending.
- Running
- The world export job is running.
- Completed
- The world export job completed.
- Failed
-
The world export job failed. See
failureCode
andfailureReason
for more information. - Canceled
- The world export job was cancelled.
- Canceling
- The world export job is being cancelled.
Implementation
final WorldExportJobStatus? status;