-
Notifications
You must be signed in to change notification settings - Fork 7
purge_agent
Tushar Semwal edited this page Oct 15, 2017
·
1 revision
purge_agent(Agent_name). % Terminates the agent and its associated predicates within the current platform.
Agent_name: <atom +>
This predicate is used to kill and retract all associated agent code from the current platform. The Agent_name is the name of the agent to be terminated. purge_agent /1 purges all the threads associated with the specified agent after which all agent-specific code is retracted.