Table of Contents

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

true if the timer was stopped, false if the timer was already stopped (or inactive) and no action was taken.