![]() |
ticks timeout is the specified amount of time, in ticks, for the occurrence to occur. If the occurrence does not occur within the specified ticks timeout, the function returns a value of TRUE. If ticks timeout is –1, the function does not time out. |
![]() |
occurrence is the occurrence refnum that links the Wait on Occurrence with Timeout in Ticks function and Set Occurrence function. |
![]() |
If ignore previous is TRUE and another node has set the occurrence before this function began executing, the function ignores the previous occurrence and waits for another one. |
![]() |
timed out is TRUE if the occurrence does not occur within the specified ticks timeout. If ticks timeout is –1, timed out is FALSE. |