Determine the state of a file copy task

41 Views Asked by At

I want to gather the state of a Windows shell file copy/move dialog, especially if the process is paused or running right now.

I can find the dialog easily with Windows UI Automation, but the Pause button is just a toggle with no meaningful data attached that I could find.

I don't want to poke inside Explorer, but rather use official APIs.

Any ideas?

0

There are 0 best solutions below