ICalcAlgorithm.Debug

Syntax

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

None;

Parameters

Objs. List of calculation algorithm objects.

Callback. Object that implements the callback.

NOTE. The method can be used without specifying parameters.

Description

The Debug method debugs calculation algorithm.

See also:

ICalcAlgorithm