PreloadingStatus Enumeration |
Version 118.6.80
Preloading status values, see also PreloadingTriggeringOutcome. This
status is shared by prefetchStatusUpdated and prerenderStatusUpdated.
Namespace:
CefSharp.DevTools.Preload
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public enum PreloadingStatus
public enum class PreloadingStatus
Members
| Member name | Value | Description |
---|
| Pending | 0 |
Pending
|
| Running | 1 |
Running
|
| Ready | 2 |
Ready
|
| Success | 3 |
Success
|
| Failure | 4 |
Failure
|
| NotSupported | 5 |
NotSupported
|
See Also