abolish_events/5abolish_events(Event, Object, Message, Sender, Monitor)Abolishes all matching events.
abolish_events(@event, @object_identifier, @callable, @object_identifier, @object_identifier)
- Event is neither a variable nor a valid event identifier:
type_error(event, Event)- Object is neither a variable nor a valid object identifier:
type_error(object_identifier, Object)- Message is neither a variable nor a callable term:
type_error(callable, Message)- Sender is neither a variable nor a valid object identifier:
type_error(object_identifier, Sender)- Monitor is neither a variable nor a valid object identifier:
type_error(object_identifier, Monitor)
| ?- abolish_events(_, list, _, _, debugger).
Previous | Next | Table of Contents | Bibliography | Glossary
Last updated on: August 6, 2002