Skip to content

StopTimer : To stop a running timer

UINT StopTimer ( char* strTimerName)
```### Description
This function will stop timer having name passed as parameter strTimerName. If the named timer is not running or timer name is not matched, the function will return FALSE. Otherwise function be return TRUE.### Inputs
strTimerName - Name of the timer. i.e. OnTimer_Tester_Present_100### Returns
1 on success. 0 if the timer is already running or timer name not found
---
**Authoritative source**: BUSMASTER DITA help source `StopTimer.dita`, compiled into `BUSMASTER.CHM` with the application.