Click or drag to resize

VirtualTimePolicy Enumeration

Version 130.1.90
advance: If the scheduler runs out of immediate work, the virtual time base may fast forward to allow the next delayed task (if any) to run; pause: The virtual time base may not advance; pauseIfNetworkFetchesPending: The virtual time base may not advance if there are any pending resource fetches.

Namespace: CefSharp.DevTools.Emulation
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public enum VirtualTimePolicy
Members
Member nameValueDescription
Advance0 advance
Pause1 pause
PauseIfNetworkFetchesPending2 pauseIfNetworkFetchesPending
See Also