IPWorks MQ 2020 Python Edition

Questions / Feedback?

connected Property

This indicates the class's login status.

Syntax

def get_connected() -> bool: ...
def set_connected(value: bool) -> None: ...

connected = property(get_connected, set_connected)

Default Value

FALSE

Remarks

This value shows whether or not the class has successfully logged into the im_server. It will not be true until a successful on_connected event has fired.

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