Causes the application to suspend execution for a specified amount of time.
int clSleep(int sleepTime);
Parameter |
Description |
---|---|
sleepTime |
Amount of time in seconds to sleep. |
Integer.
Returns 1 for success, and any other value for failure.
int delay = 5;
...
clSleep(delay);
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |