sets the name of the process
INCLUDE 'sysman.h' process_name("demotask")
process_name(Name) (i)
string(Name) (i) name of the process
Changes the name of the process. The server will be notified so the process can be identified in the process list. This is useful for debugging .
process_name(test), do_something, process_name(server). % default name
No runtime errors.
prolog-process, client-server, object