-
Notifications
You must be signed in to change notification settings - Fork 0
PriorityQ
jackolney edited this page Oct 9, 2014
·
2 revisions
This page will contains details regarding the underlying structure of the model.
As of 9th October, 2014 - I have a eventQ::RunEvents() which cycles through all the events in the iQ and Executes them. The problem being that I need an UpdateQ() which acts to update the iQ with all new events that need to occur.
The issue is that after each event occurs, the situation of an individual alters, this then impacts what events are scheduled / can occur. Will need to incorporate a Cancel(); a sort of Kill-Code for events.