IPWorks EDI 2020 Python Edition

Questions / Feedback?

interrupt Method

Interrupts a synchronous send to the remote host.

Syntax

def interrupt(connection_id: int) -> None: ...

Remarks

This property is called using the Connection Id if you wish to interrupt a connection and stop a file from uploading without disconnecting the client connected to the class. If you use send_file to upload a file, the class will run synchronously on that Connection Id until it is completed.

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