Table of Contents

Enum PrimeTestClockEventType

Namespace
KZDev.PrimeTime.Testing
Assembly
KZDev.PrimeTime.Testing.dll

Discriminator for kinds of PrimeTestClockEvent raised on ClockEvents.

public enum PrimeTestClockEventType

Fields

NewTime = 0

Virtual time advanced to a new instant (forward march, heartbeat, or permitted backward set).

ClockStarted = 1

The automatic runner transitioned from stopped to running.

ClockStopped = 2

The automatic runner stopped after joining the background thread and committing the final instant.