CBFS Connect 2020 Python Edition

Questions / Feedback?

active Property

Whether the class is active and handling OS requests.

Syntax

def get_active() -> bool: ...

active = property(get_active, None)

Default Value

FALSE

Remarks

This property reflects whether the class is currently active and handling OS requests. Active will be True once both create_storage and mount_media have been called.

This property is read-only.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Connect 2020 Python Edition - Version 20.0 [Build 8348]