diff --git a/data/en/cfschedule.json b/data/en/cfschedule.json index 9637f01e5..3cd0342c9 100644 --- a/data/en/cfschedule.json +++ b/data/en/cfschedule.json @@ -27,7 +27,7 @@ {"name":"proxypassword","description":"Password to provide to the proxy server.","required":false,"default":"","type":"string","values":[]}, {"name":"resolveurl","description":"Yes: resolve links in the output page to absolute references\n No: does not","required":false,"default":false,"type":"boolean","values":[]}, {"name":"group","description":"CF11+ The group to which the scheduled task belongs.","required":false,"default":"default","type":"string","values":[]}, - {"name":"mode","description":"CF10+ If the task is server-specific or application specific.","required":false,"default":"server","type":"string","values":["application","server"]}, + {"name":"mode","description":"CF10+ If the task is server-specific or application specific.\n NOTE: For a task, if `mode` = \"application\" when `action` = \"create\" or `action` = \"update\", all future actions for the same task require `mode` = \"application\".","required":false,"default":"server","type":"string","values":["application","server"]}, {"name":"result (CF10+)/returnvariable (lucee)","description":"Name for the query in which cfschedule returns the result variables.\nNOTE: Required for `action`=\"list\"","required":false,"default":"","type":"query","values":[]}, {"name":"eventHandler","description":"CF10+ A CFC file which implements CFIDE.scheduler.ITaskEventHandler and is invoked for events while running the task.\n Note: CF 2018 Enterprise Required; not supported in Standard Edition","required":false,"default":"","type":"string","values":[]}, {"name":"onException","description":"CF10+ Specify the action to take if a task results in error.\n Note: CF 2018 Enterprise Required; not supported in Standard Edition","required":false,"default":"invokeHandler, if eventHandler is specified","type":"string","values":["refire","pause","invokeHandler"]},