Has no effect if passed timer is running.
If passed timer is paused or has expired, launches it for TimerGetRemaining, and after this time is elapsed, launches it again for TimerGetTimeout. After that passed timer is stopped even if it is periodic.
TimerGetRemaining
TimerGetTimeout
Generated using TypeDoc
Note
Has no effect if passed timer is running.
Bug
If passed timer is paused or has expired, launches it for
TimerGetRemaining
, and after this time is elapsed, launches it again forTimerGetTimeout
. After that passed timer is stopped even if it is periodic.