I'm trying to find out a way to check if there is any copy job in progress using the C# language since I'll need to restart the explorer.exe process to refresh some settings changed by my application. So I want to avoid to corrupt any copy process in progress.
Someone here has a good tip to go around this issue?
Thanks in advance