IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

on_progress Event

Shows the progress of decoding/encoding the input data.

Syntax

class MIMEProgressEventParams(object):
  @property
  def percent_done() -> int: ...

# In class MIME:
@property
def on_progress() -> Callable[[MIMEProgressEventParams], None]: ...
@on_progress.setter
def on_progress(event_hook: Callable[[MIMEProgressEventParams], None]) -> None: ...

Remarks

The on_progress allows the user to visualize the progress of processing the input data.

The PercentDone parameter shows what percentage of the input has been read.

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