Skip to content

close_tartarus

Tushar Semwal edited this page Oct 15, 2017 · 1 revision

Syntax:

close_tartarus.   % Shuts down a Tartarus platform. %

Description:

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.

Clone this wiki locally