Click or drag to resize
ITimers Methods

The ITimers type exposes the following members.

Methods
  NameDescription
Public methodIsTimerActive
Checks if the timer inKey is active or not.
Public methodPauseTimer
Stops the timer inKey
Public methodRemoveTimer
Remove the timer inKey from the survey
Public methodCode exampleResetTimer
Reset timer inKey
Public methodCode exampleResumeTimer
Continue running the timer inKey from the point it was paused
Public methodCode exampleSetTimer(String, Int32)
Activates the timer inKey to run for the milliseconds amount of inTimeoutMS
Public methodCode exampleSetTimer(String, Int32, Boolean)
Activates the timer inKey to run for the milliseconds amount of inTimeoutMS
Top
See Also