UNIXRUN

Usage

TIBCO iProcess Workspace (Browser)

TIBCO iProcess Workspace (Windows)

Warning: (iProcess only) This expression is not available to the TIBCO iProcess Script Server Plug-in. Therefore, even though you can successfully enter the expression in your iProcess Script plug-in definition, it will not be processed by the iProcess Engine. It will return SW_NA.

Run a program on the server machine on behalf of the current user.

In addition to running the server program, any abox file that is present is processed.

Note: UNIXEXEC and UNIXRUN work identically, except that SERVEREXEC does not start up a program shell; this should be more efficient. The SERVERRUN, UNIXEXEC and UNIXRUN functions are retained to ensure compatibility with earlier applications.

Syntax

UNIXRUN(cmdline, async)

For more information about the cmdline and async parameters, see the description of SERVEREXEC.

Returns

The same values as for SERVEREXEC.