Table of Contents

Method Start

Namespace
KZDev.PrimeTime
Assembly
KZDev.PrimeTime.dll

Start()

Calling this method will restart the timer if it is not already running. This has the exact same effect as setting Enabled to true.

bool Start()

Returns

bool

true if the timer was started, false if the timer was already running and no action was taken, or if the timer has been cancelled or disposed.