Overall state of the model
- enum ModelState {
- # Currently being uploaded by capture.
- # All assets have been uploaded and the model is being processed.
- # Model processing failed and will require manual intervention to resume.
- # A deactivate/archive request has been received but has not started.
- # The model is in the process of becoming inactive.
- # The model is inactive.
- # An activate/unarchive request has been received but has not started.
- # The model is in the process of becoming active.
- # The model is active.
- }