Artemis.StopWatch: | Types | Source |
TStopWatch | A stopwatch. |
Type TStopWatch | |
Description | A 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() | |
Description | Returns the current stopped time. |
Method isRunning:Int() | |
Description | Check whether the watch is running. |
Method reset() | |
Description | Reset the time. |
Method start() | |
Description | Start stopping the time. |
Method stop() | |
Description | Stop/Pause stopping the time. |