stop_gently#

ansys.optislang.core.tcp.server_commands.stop_gently(actor_uid: str | None = None, hid: str | None = None, password: str | None = None) str#

Generate JSON string of stop_gently command.

Parameters:
actor_uid: Optional[str], optional

Actor uid entry. A Hierarchical ID (hid) is required. By default None.

hid: Optional[str], optional

Hid entry. The actor uid is required. By default None.

passwordOptional[str], optional

Password, by default None.

Returns:
str

JSON string of stop_gently command.