QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

on_close_connection Event

Fires when the update session completes.

Syntax

class QBWCServerCloseConnectionEventParams(object):
  @property
  def session_ticket() -> str: ...
  @property
  def response_message() -> str: ...
  @response_message.setter
  def response_message(value) -> None: ...

# In class QBWCServer:
@property
def on_close_connection() -> Callable[[QBWCServerCloseConnectionEventParams], None]: ...
@on_close_connection.setter
def on_close_connection(event_hook: Callable[[QBWCServerCloseConnectionEventParams], None]) -> None: ...

Remarks

This event fires when QuickBooks Web Connector notifies your application that the update is complete. This is the last event to fire in a session. Parameters are as follows:

SessionTicket identifies the session.

ResponseMessage may be set to a message that will be displayed in the "Last result" field in QuickBooks Web Connector.

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