Specifies possible states of locally available revision of this asset.
| Enumerator |
|---|
| NONE | No revision is locally available/downloaded and not subscribed (cannot download until subscribed).
|
| BLOCKED | User has this asset blocked so it should not be possible to interact with it until unblocked.
|
| SUBSCRIBED | Asset is subscribed but no revision is downloaded (waiting for request to begin download).
|
| DISABLED | Asset is disabled and should not load any data until until enabled.
|
| ENABLED | Asset is marked as enabled and its data should be loaded when possible.
|
| LOADED | Asset is loaded and some operations should not be possible in this state.
|
| PENDING_JOB | This asset has currently pending job and cannot be used until finished.
|
| MISSING_DEPENDENCIES | Current revision is missing some dependencies and will not be allowed to be used (ENABLED and LOADED) until fixed.
|
| CORRUPTED | Current revision is corrupted and cannot be used (ENABLED and LOADED) until fixed.
|
| CORRUPTED_UNKNOWN | Asset has some data downloaded but unknown to which revision - cannot be repaired.
|