Creates a new task in the target folder and applies to it the settings of the current task.
OC_CLONETASK
Request code | Code meaning | Explanation |
---|---|---|
QE_FOLDER_NOT_FOUND | Folder not found | The source folder was not found |
QE_TARGET_FOLDER_NOT_FOUND | Target folder not found | Target folder was not found |
QE_LIMIT_EXCEEDED | Limit exceeded | The maximum number of tasks in the target folder has been exceeded |
"Action":<OC_CLONETASK>, "Data":{ "Token":<MyToken>, "Folder ID":<MyFolderID>, "Target ID":<MyTargetFolderID>, "Task ID":<MyTaskID>, "Name":<MyTaskName> }
"Status":"Success", "Data":{ "Task ID":<NewTaskID> }