Assembly: Algo;
The IAlgorithmCalculationDebug interface is used to debug algorithm calcualtion.
IAlgorithmCalculationDebug
Property name | Brief description | |
IsFinished | The IsFinished property returns whether algorithm calculation is finished. | |
Matrix | The Matrix property returns abstract multidimensional data source. | |
Objects | The Objects property the list of calculation algorithm blocks used during debugging. | |
Result | The Result property returns the algorithm calculation result. | |
ValidationMatrix | The ValidationMatrix property returns the abstract multidimensional data source for data validation. |
Method name | Brief description | |
Dispose_ | The Dispose_ method finishes algorithm debugging. | |
NextStep | The NextStep method moves to the next calculation algorithm block. | |
StepToObject | The StepToObject method moves to the specified calculation algorithm block. | |
StepToSaveData | The StepToSaveData method moves to the saving data to database. | |
Stop | The Stop method stops algorithm calculation debugging. |
See also: