- Implemented the "Automatic Iteration Notification" feature #6. Now by setting the "Auto Iteration Notification" property flag to true the user can use standard Actor Framework messages to define the iteration steps without the need to notify the Iterator their completion: the iterator will transparently acknowledge the completion. The removal of the requirement for an explicit iteration completion notification, which allows the user to internally stop the iterations, required the implementation of a Break method. The Break method, which works only only when "Auto Iteration Notification"is activated, will stop the iterator if the "Active Stop Conditions" "Iteration Result" is set to true and will trigger the "Stopped Internally" "Stop Reason".
0 commit comments