Enum AppCacheStatus
Represents the application cache status.
public enum AppCacheStatus
Fields
Checking = 2
AppCache status is checkint
Downloading = 3
AppCache status is downloading
Idle = 1
AppCache status is idle
Obsolete = 5
AppCache status is obsolete
Uncached = 0
AppCache status is uncached
UpdateReady = 4
AppCache status is updated-ready