ICalcAlgorithm.Debug

Syntax

Debug(Objs: ICalcObjectsList, [Callback: ICalcEtlCallback = Null]): IAlgorithmCalculationDebug;

None;

Parameters

Objs. List of calculation algorithm objects.

Callback. Object that implements the callback.

Description

The Debug method debugs calculation algorithm.

See also:

ICalcAlgorithm