The stoptimer statement stops and deletes a timer that was set up with the StartTimer statement.
Parameters
This statement has one parameter:
name – is the name of the timer to be stopped.
Description
The stoptimer statement stops and deletes a timer that was set up with the StartTimer statement.
stoptimer "stopwatch"
Error Messages
StopTimer error: Timer does not exist – This error occurs if there is no timer with the specified name.
See Also
History
Version | Status | Notes |
10.0 | New | New in this version. |