tibems_Sleep
Function
C Declaration
void tibems_Sleep(
tibems_long milliseconds);
COBOL Call
CALL "tibems_Sleep"
USING BY VALUE milliseconds
END-CALL.
Note: COBOL usage of milliseconds is COMP-2.
Parameters
Parameter
|
Description
|
milliseconds
|
Sleep for this interval (in milliseconds).
|
Remarks
This call instructs its calling thread to sleep for a fixed interval (in milliseconds).
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.