stop# ansys.optislang.core.server_commands.stop(actor_uid: str | None = None, hid: str | None = None, password: str | None = None) → str# Generate JSON string of stop command. Parameters: actor_uid: str, optActor uid entry. A Hirearchical ID (hid) is required. hid: str, optHid entry. The actor uid is required. passwordstr, optPassword. Returns: strJSON string of stop command.