IAlgorithmCalculationResult

Assembly: Algo;

Description

The IAlgorithmCalculationResult interface is sued to work with algorithm calculation result.

Inheritance Hierarchy

          IAlgorithmCalculationResult

Properties

  Property name Brief description
Calc The Calc property returns the calculation algorithm objects calculation result.
ChangedPoints The ChangedPoints property returns information about the number of data consumer cells, changed on calculating calculation blocks.
ElapsedMilliseconds The ElapsedMilliseconds property determines calculation time for calculation algorithm objects.
Errors The Errors property returns the list of error or warning messages.
HasError The HasError property returns whether errors occurred on algorithm calculation.
HasWarnings The HasWarnings property returns whether warnings occured on algorithm calculation.
InitMilliseconds The InitMilliseconds property determines calculation algorithm initialization time.
Load The Load property returns the result of loading data source.
Save The Save property returns the result of saving data in data consumers.
TotalElapsedMilliseconds The TotalElapsedMilliseconds property determines a total algorithm calculation time.
Warnings The Warnings property returns the warnings list.

See also:

Algo Assembly Interfaces