Activate this timer. An active timer polls, either once only or at the specified intervals.
If you create a nonrepeating timer, you can call this method to trigger it once.
Remarks
When you create a timer, it is activated by the system. You can then deactivate it by calling MTimer::deactivate() and reactivate it by calling this method.
If you activate an already active timer, nothing happens.