...
Code Block |
---|
pekat_socket.send(bytes(r<command>r"<command>:<project_path>", "utf-8")) |
To then get the response from the server you can use this command:
...
Tip |
---|
This command will alway return either “stopped”, “stopping“, “starting“ or “running” as a response |
...