circu.js
    Preparing search index...

    Interface RegWatch

    Handle returned by Win32Module.watchRegistry.

    interface RegWatch {
        close(): void;
        unref(): void;
    }
    Index

    Methods

    Methods

    • Stop watching and release all resources. Safe to call multiple times. Must NOT be called from within the callback.

      Returns void

    • Unref the underlying libuv handle so it does not prevent the process from exiting. The watcher continues to fire callbacks but will not keep the event loop alive.

      Returns void