Transfers Added

Fires when transfers are added.

Example

09/10/2024, 12:22:57 - Transfers added: {
  "transferType" = "Transfer";
  "addedAt" = 20241009122257;
  "transferGroups" = "(
        {
        id = "8B2B36ED-7CAB-4E0A-81C9-E5390C92AA3A";
        sourceLabel = A001;
        sourcePaths = ("/Volumes/UNTITLED");
        transfers = ({
            destinationPath = "/Volumes/T1/A001";
            id = "EC3BC81E-9F22-4F8A-8151-D0B0AAAE6FBE";
            sourceLabel = A001;
            sourcePaths = ("/Volumes/UNTITLED");
            },
            {
                destinationPath = "/Volumes/T2/A001";
                id = "26522986-5D00-491D-B5CA-526440DDB2FD";
                sourceLabel = A001;
                sourcePaths = ("/Volumes/UNTITLED");
            }
        );
    }
)";

Last updated