Table of Contents

Property IsActive

Namespace
KZDev.PrimeTime
Assembly
KZDev.PrimeTime.dll

IsActive

Returns whether this timer registration is currently active. This will return false if the registration has been cancelled, if all the callbacks have completed, or if the timer registration has been disposed. Otherwise, this will return true, even if State is Disabled.

bool IsActive { get; }

Property Value

bool