IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

on_status Event

Provides information about the current operation.

Syntax

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

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

Remarks

The event is fired for informational and logging purposes only. It may be used to track the progress of an operation.

The level of detail is controlled by the LogLevel setting.

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