Assembly: Algo;
The ICalcEtlCallback interface is used to work with the object that implements the callback on algorithm calculation.
ICalcEtlCallback
Property name | Brief description | |
Algorithm | The Algorithm property determines a calculation algorithm. | |
CalcResult | The CalcResult property returns the algorithm calculation result. | |
Calculation | The Calculation property returns the object that calculates modeling problem. | |
CalculationSettings | The CalculationSettings property returns the settings of modeling problem calculation parameters. | |
EnableArithmeticErrors | The EnableArithmeticErrors property determines the result of modeling problem execution when dividing to 0. | |
IsAsync | The IsAsync property determines whether algorithm is calculated asynchronously when multidimensional calculation is used. | |
IsDebug | The IsDebug property determines whether calculation algorithm is debugged. | |
NoSaveData | The NoSaveData property determines whether algorithm calculation results are saved to database. | |
Stage | The Stage property returns the modeling problem calculation stage. |
Method name | Brief description | |
CalculateObject | The CalculateObject method calculates calculation algorithm object. | |
FinishExecute | The FinishExecute method finishes algorithm calculation. | |
Resume | The Resume method resumes algorithm calculation. | |
StartExecute | The StartExecute method returns whether calculation algorithm is available. | |
StopCalculate | The StopCalculate method stops algorithm calculation. |
See also: