 | IGraphProcessingEnvironmentEndOfIteration Method |
Fires an OnEndOfIteration event.
This informs the debugger about the end of a loop iteration, so it can display the state at the end of the iteration.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntaxvoid EndOfIteration(
bool continueLoop,
SequenceBase seq
)
Parameters
- continueLoop
- Type: SystemBoolean
Tells whether to continue the loop with the next iteration. - seq
- Type: de.unika.ipd.grGen.libGrSequenceBase
The looped sequence.
See Also