Removes a previously added Event
.
Parameters
name — str, required
The name of the event to remove, or the name of the function if the
@model.event
decorator was used.
Return Value — bool
Whether the named event existed and was removed.
Agent-based modeling in Python
Removes a previously added Event
.
name — str, required
The name of the event to remove, or the name of the function if the @model.event
decorator was used.
Whether the named event existed and was removed.
Notes and Examples