rclone_python icon indicating copy to clipboard operation
rclone_python copied to clipboard

Question: Is there any way to interrupt a `move`

Open hldh214 opened this issue 10 months ago • 0 comments

I saw there is a listener that functions as a callback mechanism, It occurred to me that I could potentially trigger an exception within the listener function when I need to stop and subsequently catch it outside of the move function. Might there be a more optimal alternative available?

https://github.com/Johannes11833/rclone_python/blob/e65cbfffe1c01d4b0ae788ad1b0bb11151ebfd26/rclone_python/utils.py#L118-L120

hldh214 avatar Aug 08 '23 00:08 hldh214