cor_sleep
Waits (at least) the given number of seconds.
Syntax
int cor_sleep(int time_to_sleep)
Input Parameters
time_to_sleep
Contains the time to wait in seconds.
Output Parameters
None
Return Value
This subroutine returns one of the following:
TOOLKIT_SUCCESS | Function completed successfully. |
TOOLKIT_FAILURE | Function not completed successfully. |