ISWINDOWS
Usage
TIBCO iProcess Workspace (Windows)
Checks which version of the iProcess Workspace (Windows) the case is currently running under.
Note: This function is superseded by the more general ENQUIRE function, but is retained for upward compatibility.
Syntax
ISWINDOWS ()
Returns
One of the following Boolean values, depending on the platform:
Platform |
Value |
Description |
||||||
UNIX |
TRUE |
Returned by client-based scripts executed by TIBCO iProcess Workspace (Windows). |
||||||
UNIX |
FALSE |
|
||||||
Windows |
TRUE |
All scripts return TRUE. |
Examples
TIBCO iProcess Modeler:
ISWINDOWS()
TIBCO Business Studio:
IPEEnvironmentUtil.ISWINDOWS();