IPWorks EDI 2020 Python Edition

Questions / Feedback?

on_start_loop Event

Fires when the starting of a loop is detected in a transaction set.

Syntax

class TRADACOMSReaderStartLoopEventParams(object):
  @property
  def name() -> str: ...

# In class TRADACOMSReader:
@property
def on_start_loop() -> Callable[[TRADACOMSReaderStartLoopEventParams], None]: ...
@on_start_loop.setter
def on_start_loop(event_hook: Callable[[TRADACOMSReaderStartLoopEventParams], None]) -> None: ...

Remarks

The on_start_loop event will fire when the tag of a loop trigger segment is read. The Name parameter contains the schema-provided name of the loop, such as "N1Loop1".

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]