Equinox Online Help - Language Reference - A to Z
TimeStart |
|
|---|---|
| Applies to | ![]() |
| Syntax | TimeStart TimerHandle |
| Action | [Statement] Initialises TimerHandle so it may be used later by the TimeElapsed and TimedOut functions. |
| Scope | Usable anywhere. |
| Notes | TimerHandle must be of type handle. It receives a 64 bit value which has no meaning outside of the timer statements. The system workarea SysError is set to a non-zero value if an error occurs, otherwise zero. |
| Category | Time handling |
| See Also | Now, Timer, Timer64, TimeElapsed, TimedOut |
| Example | define TEST_COUNT 1000000 |
