7import isystem.connect
as ic
16 conn_mgr = ic.ConnectionMgr()
17 cfg = ic.CConnectionConfig()
22 if conn_mgr.isConnected():
23 print(
"Connected to winIDEA!")
25 print(
"Could not connect to winIDEA in the specified time.")
27 conn_mgr.disconnect_close(bSaveAll=
False)
30if __name__ ==
"__main__":