This document is archived and information here might be outdated. Recommended version. |
Provides access to events that occur when the state of the calculator changes.
Use ICalculatorCallBack to monitor the progress of calculation operations.
Name | Description | |
---|---|---|
CalculatorError | Error message provided by the calculator. | |
CalculatorWarning | Warning message provided by the calculator. | |
Status | Current Status of the calculator. |
Classes | Description |
---|---|
CalculatorCallback | If the calculation engine has a class of CalculatorCallback, then it can interact with the client on the current progress. |