VirtualTimePolicy Enumeration |
Version 106.0.290
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 (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public enum VirtualTimePolicy
public enum class VirtualTimePolicy
Members
| Member name | Value | Description |
---|
| Advance | 0 |
advance
|
| Pause | 1 |
pause
|
| PauseIfNetworkFetchesPending | 2 |
pauseIfNetworkFetchesPending
|
See Also