CBFS Filter 2020 Python Edition

Questions / Feedback?

active Property

Whether the class is active and processing requests.

Syntax

def get_active() -> bool: ...

active = property(get_active, None)

Default Value

FALSE

Remarks

This property reflects whether the class is active and currently processing requests; it will be True once the filter has been attached successfully via a call to start_filter.

This property is read-only.

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