CBFS Storage 2020 Python Edition

Questions / Feedback?

callback_mode Property

Whether the class should operate in callback mode.

Syntax

def get_callback_mode() -> bool: ...
def set_callback_mode(value: bool) -> None: ...

callback_mode = property(get_callback_mode, set_callback_mode)

Default Value

FALSE

Remarks

This property specifies whether the class should operate in callback mode, causing all vault access to be performed via the events listed below. Please refer to the Callback Mode topic for more information.

When this property is enabled, the following events must all be implemented in order for the class to function correctly:

Note: This property cannot be changed when active is True, and cannot be changed within events.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 Python Edition - Version 20.0 [Build 8031]