PreloadingStatus Enumeration |
Version 130.1.90
Preloading status values, see also PreloadingTriggeringOutcome. This
status is shared by prefetchStatusUpdated and prerenderStatusUpdated.
Namespace: CefSharp.DevTools.PreloadAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.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