Artemis.StopWatch: Types Source  

Artemis.StopWatch

Watch the time something takes.

Types Summary

TStopWatch A stopwatch.

Types

Type TStopWatch
DescriptionA stopwatch.
Methods Summary
getTime Returns the current stopped time.
isRunning Check whether the watch is running.
reset Reset the time.
start Start stopping the time.
stop Stop/Pause stopping the time.
Method getTime:Int()
DescriptionReturns the current stopped time.
Method isRunning:Int()
DescriptionCheck whether the watch is running.
Method reset()
DescriptionReset the time.
Method start()
DescriptionStart stopping the time.
Method stop()
DescriptionStop/Pause stopping the time.