TimeDelay() waits for the specified period of time before returning to the caller.
INPUTS
Unit
The timer.device unit to use for this command.
Seconds
The number of seconds to wait.
MicroSeconds
The number of microseconds to wait.
RESULT
Zero if everything went ok, non-zero if there was a problem.
EXAMPLE
SEE ALSO
timer/TR_ADDREQUEST
NOTES
If this function fails, the most likely reasons are: - invalid timer.device unit numbers
This function uses the SIGF_SINGLE signal, strange things can happen if you are waiting on this signal when you call this function. Basically: Don't use it and call this function.