Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 14 Utilities : Utility Functions : tibems_Sleep

tibems_Sleep
Function
Purpose
Sleep thread.
C Declaration
void tibems_Sleep(
    tibems_long milliseconds);
COBOL Call
CALL "tibems_Sleep"
USING BY VALUE milliseconds
END-CALL.
 
COBOL usage of milliseconds is COMP-2.
Parameters
 
Remarks
This call instructs its calling thread to sleep for a fixed interval (in milliseconds).

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved