SHOW PROCESS
SHOW PROCESS ( process )
Parameter | Type | Description | |
---|---|---|---|
process | Integer | → | Process number of process to be shown |
This command is not thread-safe, it cannot be used in preemptive code.
Description
SHOW PROCESS displays all the windows belonging to process. This command does not bring the windows of process to the frontmost level. To do this, use the BRING TO FRONT command.
If the process was already displayed, the command has no effect.
Example
The following example displays a process called Customers, if it has been previously hidden. The process reference to the Customers process is stored in the interprocess variable ◊Customers:
SHOW PROCESS(◊Customers)