on_destroy Event

Fires on filesystem exit.

Syntax

class FUSEDestroyEventParams(object):

# In class FUSE:
@property
def on_destroy() -> Callable[[FUSEDestroyEventParams], None]: ...
@on_destroy.setter
def on_destroy(event_hook: Callable[[FUSEDestroyEventParams], None]) -> None: ...

Remarks

This event fires when the filesystem is shut down.

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