QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

connected_to_qb Property

Opens or closes a persistent connection to QuickBooks.

Syntax

def get_connected_to_qb() -> bool: ...

connected_to_qb = property(get_connected_to_qb, None)

Default Value

FALSE

Remarks

You may use this property to determine whether the class is currently connected to QuickBooks.

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Python Edition - Version 20.0 [Build 7941]