IBProcessSplitStarter.StartedInstances

Syntax

StartedInstances: IArrayList;

Description

The StartedInstances property returns the array of running process instances.

Comments

Each array element is described by the IBProcessInstance interface.

Example

The property use is given in the example for IBProcessStarterFactory.Split.

See also:

IBProcessSplitStarter