(C) 1998 AROS - The Amiga Research OS


NAME

ULONG TimeDelay (Unit , Seconds , MicroSeconds)

SYNOPSIS
LONG Unit
ULONG Seconds
ULONG MicroSeconds

FUNCTION
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.

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
14.09.1997 iaint
A few more amiga.lib files.