Callback Interface
The callback interface allows you to react to each step of the iteration process as implemented by the Feedback Iterator component. This is useful for you to implement special iterations or even solve transient simulations (with a limited scope). To this end, there are four main API features provided:
- Callback functions, which the Feedback Iterator calls at various points in each iteration
- Utility functions that the Callback functions can use to extract properties of the containers being processed
- Output functions that allow you to debug the script or supply additional messages
- Limited state management allowing the script to store and retrieve state across callback functions and iterations