ServiceWorkerVersionStatus Enumeration |
Version 130.1.90
ServiceWorkerVersionStatus
Namespace: CefSharp.DevTools.ServiceWorkerAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic enum ServiceWorkerVersionStatus
public enum class ServiceWorkerVersionStatus
Members| Member name | Value | Description |
|---|
| New | 0 |
new
|
| Installing | 1 |
installing
|
| Installed | 2 |
installed
|
| Activating | 3 |
activating
|
| Activated | 4 |
activated
|
| Redundant | 5 |
redundant
|
See Also