WINSLEEP

Usage

TIBCO iProcess Workspace (Windows)

Warning: This function is only used for TIBCO iProcess Workspace (Windows).

This function suspends the current execution until the time-out interval (in milliseconds) elapses.

Syntax

WINSLEEP (time)

where time is a numeric value specifying the time interval (in milliseconds) during which the execution is suspended.

Returns

This function does not return a value.

Example

This example indicates the current execution is suspended for 5 milliseconds.

WINSLEEP (5)