The AR_TIME_IGNORE constant is of type TIME.
It is used to indicate that time constraints, such as delays or timeouts, should be ignored, effectively
forcing a non-blocking operation. Its value is defined as 0 (zero). The osWaitForObject
function is an example of a system API that utilizes this constant to perform immediate state checks without waiting.
| Version: | 1.0 |
|---|---|
| Header file: | AR_Types.h (include AR_API.h) |
| See also: | AR_TIME_INFINITE, arGetTickCount, OS_IGNORE, osWaitForObject, TIME, time management |