Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 5 Environment Functions : WINMINIMIZE

WINMINIMIZE
Usage
TIBCO iProcess Workspace (Windows)
(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.
Minimizes the active window (equivalent to the option on the window’s control menu).
This function has been superseded by the more general WINACTION function, but is retained for upward compatibility.
Syntax
   winminimize ()
Returns
One of the following numeric values:
0
1
Example
TIBCO iProcess Modeler:
In a script:
winactivate ("Microsoft Excel")
winminimize ()
TIBCO Business Studio:
IPEEnvironmentUtil.WINACTIVATE("Microsoft Excel");
IPEEnvironmentUtil.WINMINIMIZE();

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.