QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

on_status Event

Shows the progress of the QuickBooks connection.

Syntax

class JournalEntryStatusEventParams(object):
  @property
  def message() -> str: ...

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

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

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