Algo > Algo Assembly Interfaces > IAlgorithmCalculationAsyncResult
Assembly: Algo;
The IAlgorithmCalculationAsyncResult interface is used for asynchronous algorithm calculation.
IAlgorithmCalculationAsyncResult
Property name | Brief description | |
![]() |
CurrentObject | The CurrentObject property returns the current calculated block of calculation algorithm. |
![]() |
ErrorEvent | The ErrorEvent property returns the errors occurred on algorithm calculation. |
![]() |
Result | The Result property returns algorithm calculation result. |
![]() |
Stage | The Stage property returns the modeling problem calculation stage. |
![]() |
State | The State property returns the algorithm calculation stage. |
Method name | Brief description | |
![]() |
Cancel | The Cancel method stops algorithm calculation. |
![]() |
RefreshObjectStyles | The RefreshObjectStyles method refreshes styles of calculation algorithm blocks. |
See also: