VirtualTimePolicy Enumeration | 
Version 104.4.240 
            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: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum VirtualTimePolicy
public enum class VirtualTimePolicy
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Advance | 0 | 
            advance
             | 
 | Pause | 1 | 
            pause
             | 
 | PauseIfNetworkFetchesPending | 2 | 
            pauseIfNetworkFetchesPending
             | 
See Also