IAlgorithmCalculationDebug.Stop

Syntax

Stop;

Description

The Stop method stops algorithm calculation debugging.

Comments

Algorithm calculation is available on executing the method. After working with the calculation result, reset debugging using the IAlgorithmCalculationDebug.Dispose_ method.

Example

The property use is given in the example for ICalcAlgorithm.DebugAsync.

See also:

IAlgorithmCalculationDebug