Enum PrimeTestClockEventType
Discriminator for kinds of PrimeTestClockEvent raised on ClockEvents.
public enum PrimeTestClockEventType
Fields
NewTime = 0Virtual time advanced to a new instant (forward march, heartbeat, or permitted backward set).
ClockStarted = 1The automatic runner transitioned from stopped to running.
ClockStopped = 2The automatic runner stopped after joining the background thread and committing the final instant.