Home  /  Autodocs  /  dos.library

NAME

Delay
Delay a Process for a specified time

SYNOPSIS

Delay( ticks )
D1

void Delay(ULONG)

FUNCTION

The argument 'ticks' specifies how many ticks (50 per second) to wait before returning control.

INPUTS

ticks
Integer

NOTES

It is not safe to call this function from a Task!

BUGS

Due to a bug in the timer.device in Kickstart 1.2/V1.3 (V33/V34), specifying a timeout of zero for Delay() can lead to unreliable timer & floppy disk operations. This is fixed in V36 and later.