CBFS Storage 2020 Python Edition

Questions / Feedback?

find_close Method

Closes a search operation and releases any associated resources.

Syntax

def find_close(search_handle: int) -> None: ...

Remarks

This method closes the search operation identified by SearchHandle, releasing any previously-allocated resources associated with it.

The value passed for SearchHandle must be a search operation handle returned by find_first or find_first_by_query.

Note: This method can only be called when active is True.

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