Method Start
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
trueif the timer was started,falseif the timer was already running and no action was taken, or if the timer has been cancelled or disposed.