I want copyTo method to be executed as background operation
I have read these lines:
Long-running handler operations create and return Operator objects to perform time-intensive
file-system operations that block the main thread. Adobe Bridge view code or your display code
passes the object to app.enqueueOperation() to initiate the action when appropriate.
But I couldn't get it. Please could you help me in a snippet of code explaining how to execute copyTo command in the background.
