omni::ext::DownloadState
Defined in omni/ext/IExtensions.h
- 
enum class omni::ext::DownloadState
- The download state communicated by registry provider to extension manager. - Generally for index refresh or extension pull operations - Values: - 
enumerator eDownloading
- Currently downloading. 
 - 
enumerator eDownloadSuccess
- Downloading finished successfully. 
 - 
enumerator eDownloadFailure
- Download failed. 
 
- 
enumerator eDownloading