server.Stop
Stop socket communication to connect with Python 3 execution environment.
[Specification format]
server.Stop()
[Argument(s)]
None
[Return value]
[Example of use]
>>> server.Start()
>>> server.Stop()
>>>