Resource wait options?

What are the resource wait options?

You can block using the constant TX_WAIT_FOREVER, continue and receive a return code using TX_NO_WAIT or specify a 32-bit timeout value in ticks. In this last case, you’ll get a return code, similar to the TX_NO_WAIT case, other than TX_SUCCESS(0).