name: StopwatchModule
class: autohit.call.modules.StopwatchModule

A stopwatch that can time in seconds or milliseconds. This module has very low overhead, so don't worry about leaving it running.

method
"start"
parameters:
none
returns:
nothing
description:
Start a read on a target string. If a stopwatch is already running, it will reset it.

method
"time"
parameters:
none
returns:
Time difference in seconds.
description:
Returns the time difference in seconds.

method
"millis"
parameters:
none
returns:
Time difference in milliseconds.
description:
Returns the time difference in milliseconds.

AUTOHIT 2003
MODULES DOCUMENTATION
Copyright Erich P Gatejen (c) 1989,1997,2003,2004
See license for details.