hammerspoon2-docs
    Preparing search index...

    Function removeWatcher

    • Remove a watcher for application AX events

      Parameters

      • application: HSApplication

        An HSApplication object

      • notification: string

        The event name to stop watching

      • listener: (...args: any[]) => any

        The function/lambda provided when adding the watcher

      Returns void