event_queue :: EventInfo :: has_expired=
Such an event will be not present in the next update
.
Note that an event can be has_expired
and have occurrences == 0
if it
is entirely included in the last time lapse.
It is especially the case for instant events.
# Has the event expired?
#
# Such an event will be not present in the next `update`.
#
# Note that an event can be `has_expired` and have `occurrences == 0` if it
# is entirely included in the last time lapse.
# It is especially the case for instant events.
var has_expired = false
lib/event_queue/event_queue.nit:301,2--308,24