IPWorks Encrypt 2020 Kotlin Edition

Questions / Feedback?

Status Event

Shows the progress of the operation.

Syntax

public open class DefaultKeymgrEventListener : KeymgrEventListener {
  ...
  public override fun status(e: KeymgrStatusEvent) {}
  ...
}

public class KeymgrStatusEvent {
  val message: String?
}

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) 2021 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Kotlin Edition - Version 20.0 [Build 7941]