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_gentlycommand.- 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.- password
Optional[str],optional Password, by default
None.
- Returns:
strJSON string of
stop_gentlycommand.