-
Notifications
You must be signed in to change notification settings - Fork 7
close_tartarus
Tushar Semwal edited this page Oct 15, 2017
·
1 revision
close_tartarus. % Shuts down a Tartarus platform. %
When this predicate is executed, it terminates all the agents and removes all code running on the platform. It closes all open sockets before closing the platform. After closing platform, you can once again start a fresh platform on different IP and/or Port.
Example: ?- close_tartarus.
After a successful closing of the platform, the SWI-Prolog terminal will display the following message:
Platform has been closed.