ui.Interface.getChildInstances

Get the number of child instances for a given application name.

Syntax

ui.Interface.getChildInstances(
   name STRING )
  RETURNING result INTEGER
  1. name is the name of a program.

Usage

Call the ui.Interface.getChildInstances() class method to get how many child instances of the same application are started in the current WCI container.

This method takes the name of a program as a parameter, as defined by ui.Interface.setName(). You can query the front-end for other child instances as