Method Stop
- Namespace
- KZDev.SystemClock.PrimeTime
- Assembly
- KZDev.SystemClock.PrimeTime.dll
Stop()
Calling this method will stop the timer registration from signalling any further
callbacks. This has the exact same effect as setting Enabled to
false.
bool Stop()
Returns
- bool
trueif the timer was stopped,falseif the timer was already stopped (or inactive) and no action was taken.