OS_INFINITE is a constant of the TIME type used to represent an infinite duration (a time value that is never reached). System functions such as osWaitForObject and osWaitForObjects utilize this constant to specify that a wait operation should not time out.
| Version: | 1.0 |
|---|---|
| Header file: | OS_API.h |
| See also: | AR_TIME_INFINITE, arGetTickCount, OS_IGNORE, osWaitForObject, osWaitForObjects, TIME, time management |