Stops and resets a running stopwatch. The value of the elapsed time is lost.
New in version 28
// -- Click code of BTN_Reset
// Resets the stopwatch
ChronoReset()
Syntax
Stopping and resetting the timing started with a stopwatch number Hide the details
ChronoReset([<Stopwatch number>])
<Stopwatch number>: Optional integer
Identifier of the stopwatch to reset. If this parameter is not specified, its default value is set to 1.
Business / UI classification: Neutral code