QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

on_status Event

Shows the status of the server as clients connect and transactions are made.

Syntax

class QBConnectorStatusEventParams(object):
  @property
  def connection_id() -> int: ...
  @property
  def message() -> str: ...

# In class QBConnector:
@property
def on_status() -> Callable[[QBConnectorStatusEventParams], None]: ...
@on_status.setter
def on_status(event_hook: Callable[[QBConnectorStatusEventParams], None]) -> None: ...

Remarks

The event is fired for informational and logging purposes only.

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