emitting UserAbortEvent instead of GoalReached on stop()
Compare changes
requested by @christophpohl : the behavior of stop() and stopAll() should be similar in that they both emit the same stop event. Here, we use the UserAbortTriggered
event. Previously, (why? :D ) the GoalReached
event was used in stopAll.
Todo: