CBFS Storage 2020 Python Edition

Questions / Feedback?

unmount_on_termination Property

Whether the virtual drive should be unmounted if the application terminates. (Windows only).

Syntax

def get_unmount_on_termination() -> bool: ...
def set_unmount_on_termination(value: bool) -> None: ...

unmount_on_termination = property(get_unmount_on_termination, set_unmount_on_termination)

Default Value

TRUE

Remarks

This property specifies whether the CBFS Storage driver should automatically unmount the virtual drive (closing all handles and other resources associated with it) if the application terminates.

If this property is disabled, applications may need to call the force_unmount method after a crash (if there was a file-based vault open and mounted as a virtual drive when the crash occurred).

Note: This property cannot be disabled on non-Windows platforms.

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