| ITimers Methods |
The ITimers type exposes the following members.
| Name | Description | |
|---|---|---|
| IsTimerActive |
Checks if the timer inKey is active or not.
| |
| PauseTimer |
Stops the timer inKey
| |
| RemoveTimer |
Remove the timer inKey from the survey
| |
| ResetTimer |
Reset timer inKey
| |
| ResumeTimer |
Continue running the timer inKey from the point it was paused
| |
| SetTimer(String, Int32) |
Activates the timer inKey to run for the milliseconds amount of inTimeoutMS
| |
| SetTimer(String, Int32, Boolean) |
Activates the timer inKey to run for the milliseconds amount of inTimeoutMS
|