Table of Contents

Property IsRunning

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

IsRunning

Gets a value indicating whether the test clock's automatic runner is active.

bool IsRunning { get; }

Property Value

bool

Remarks

When true, a background thread advances virtual time toward the next deadline at the configured run rate, "now" surfaces may project from a committed instant and monotonic anchor, and persist-on-read may march due work when "now" is observed. When false, virtual time changes only through explicit operations such as SetTime(DateTimeOffset), Advance(TimeSpan), or Noda equivalents on IPrimeTestClock.