IPWorks MQ 2020 Python Edition

Questions / Feedback?

close_session Method

Closes a session.

Syntax

def close_session(name: str) -> None: ...

Remarks

This method closes the session named Name and removes it from the Session* properties. If no session with the given Name exists, an error will be thrown.

Any links open on the specified session when this method is called will be automatically closed and removed from the Link* properties.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 Python Edition - Version 20.0 [Build 8155]