The enum type defines three values as indication for an activation's cancellation.
WME_MODIFY, FILTER and CLEAR. Since I was missing something, I looked
and found that CLEAR is used for two very much different reasons:
- due to Agenda.clear()
- when deleting a rule.

Is this intentional?

-W