ICubeCombinedExecutorItem.MultiExecuted

Syntax

MultiExecuted: Boolean;

Description

The MultiExecuted property returns whether the current result is obtained on parallel calculation.

Comments

The property returns True if the result has been obtained on parallel calculation, and False if the result has been obtained on sequential calculation.

To execute parallel calculation, a cube must meet the requirements presented in description of the ICubeCombinedExecutor interface.

Example

The example of use is given in description of the ICubeCombinedExecutor.AddCube, ICubeCombinedExecutor.AddCubeDest methods.

See also:

ICubeCombinedExecutorItem