start method

void start()

Start the timer, you don't need to call it if autoStart sets true.

If call when the timer already started, then it resume the timer which this means elapsedTime and tick starts increasing from their previous value

Implementation

void start() {}