Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backends/scanner: add handle_early_stop hooks #1146

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Nov 26, 2022

  1. backends/scanner: add handle_early_stop hooks

    All supported platforms provide some sort of hook that we can use to
    get a callback when scanning stops. On Mac and Linux, there is only a
    simple boolean value indicating if scanning is currently in progress.
    Windows and Android provide additional error information, but this
    is ignored for now since it isn't available cross-platform.
    
    What we actually do with this hook is not yet implemented.
    dlech committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    047e18b View commit details
    Browse the repository at this point in the history