The OnGetCopyQueueName event can be implemented by a script add-in to override the default copy queue behavior when the Automatically manage file copy queues option on the Copying Files page in Preferences is turned on. The event is passed the default copy queue name along with information relating to the copy operation. It can accept the default queue name, provide its own or disable queuing and run the operation immediately.
Method Name: | OnGetCopyQueueName |
---|---|
Argument Type: |
|
Return Type: |
string to provide a new queue name. |
Description: |
The GetCopyQueueNameData.sourcetab and desttab properties identify the Tab objects involved in the copy operation, and the source and dest properties provide the source and destination Path objects. |