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.
- # The model is pending activation. This state occurs when an model is being added
- # to an organization prior to
- # determining if they have the flex space capacity to transition the model to
- # active.
- }