SuspendTimer system function
Use this instruction to prevent a specified timer from calling its expiration workflow map when the timer expires. The timer remains suspended until it is reactivated by a ResumeTimer system function.
About this task
A suspended timer continues to count down. If the timer interval expires, the timer expiration workflow map is not called until the timer is reactivated. Alternatively, you can use an EndTimer or EndAllTimers system function to terminate a suspended timer without resuming it.
Procedure
To specify a SuspendTimer system function: