IPWorks EDI 2020 Python Edition

Questions / Feedback?

restart_directory Property

The directory to log cached files when using AS2 restart functionality.

Syntax

def get_restart_directory() -> str: ...
def set_restart_directory(value: str) -> None: ...

restart_directory = property(get_restart_directory, set_restart_directory)

Default Value

""

Remarks

If this property is set, the class will cache all data to the restart_directory. Thus, when sending a file is interrupted, the class can restart the transmission of the file starting where it was interrupted.

To use this functionality, simply set the restart_directory and call restart.

When using restart functionality, the data is completely processed to the restart_directory before sending begins.

NOTE: This directory will not automatically be cleaned up.

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