MultiExecuted: Boolean;
MultiExecuted: Boolean;
The MultiExecuted property returns whether the current result is obtained on parallel calculation.
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.
The example of use is given in description of the ICubeCombinedExecutor.AddCube, ICubeCombinedExecutor.AddCubeDest methods.
See also: