Unit 'AmigaDOS' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

DOSDelay

Delay a process for a specified time

Declaration

Source position: amigados.pas line 1723

procedure DOSDelay(

  timeout: LongInt

);

Arguments

timeout

  

The minimum time to wait in ticks (1/50 seconds)

Description

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


Documentation generated on: 2021-07-30