error = TimeDelay(unit, seconds, microSeconds )
D0 D0 D1 D2
LONG TimeDelay( LONG, ULONG, ULONG );
Waits for the period of time specified before returning to the the caller.
Two likely reasons for failures are invalid unit numbers or no more free signal bits for this task.
While this function first appears in V37 amiga.lib, it works on Kickstart V33 and higher.
timer.device/TR_ADDREQUEST, timer.device/TR_WAITUNTIL, timer.device/WaitUnitl()