Package 

Enum VirtualTimePolicy

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum VirtualTimePolicy
    extends Enum<VirtualTimePolicy>
                        

    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.

    Official doc

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class org.hildan.chrome.devtools.domains.emulation.VirtualTimePolicy

        compareTo, equals, finalize, getDeclaringClass, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait