There is no pause, because it is easy to make an equivalent. You can simply stop the timer instead of pausing it, and then when you need to restart it, you just need to specify the remaining time. It may be difficult, or it may be simple; it depends on what you use the timer. The fact that what you do depends on what you use the timer for, probably the reason that the pause does not exist.
Perhaps you are using a timer to do something that repeats in a regular period of time, or you can use a timer to count time to a specific time. If you do something (for example, every second) repeatedly, then your requirements can be restarted at the beginning of this period (second) or on that part of this period. What happens if a pause lasts longer? Usually, missed events are ignored, but it depends on the requirements.
Therefore, I am trying to say that you need to determine your requirements. Then, if you need help, specify what you need.
source share