Table of Contents

Property CallbacksProcessing

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

CallbacksProcessing

Returns whether there are currently callbacks being processed for this timer registration.

bool CallbacksProcessing { get; }

Property Value

bool

Remarks

This will always return false if the timer registration is cancelled or disposed, even if there are callbacks currently being processed.