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

Returned by client-based scripts executed by TIBCO iProcess Workspace (Browser) - because the script will be executed by the SPO server running on UNIX.
Returned by all server-based scripts.

Windows

TRUE

All scripts return TRUE.

Examples

TIBCO iProcess Modeler:

ISWINDOWS()

TIBCO Business Studio:

IPEEnvironmentUtil.ISWINDOWS();