GINO Graphics Suite - GINO v9.0  

gTimeDelay

Syntax

[C/C++:]
void gTimeDelay(int wait);
[F90:]
subroutine gTimeDelay(wait)
integer, intent(in) :: wait

Arguments

wait
Delay time in milliseconds

Description

The system utility gTimeDelay() provides a means to suspend the GINO application for a specified amount of time. The time delay is only as accurate as the system clock.

See Also

gTimeDelay Usage