SharpShares icon indicating copy to clipboard operation
SharpShares copied to clipboard

Progress output after completed audit when loaded from memory

Open bugch3ck opened this issue 3 years ago • 0 comments

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.

bugch3ck avatar Dec 15 '21 16:12 bugch3ck