Skip to content

Progress output after completed audit when loaded from memory #4

@bugch3ck

Description

@bugch3ck

I load SharpShares from memory in a PowerShell process and it seems like the progress printout timer continues even after the audit is completed.

scr_ss-progress

I think this is due to the fact that the statusTimer is started in AutoReset mode and is never stopped. In the normal case of a single dedicated process this is not a problem as it is stopped when the process terminates. When started in the context of a PowerShell process it is not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions