Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/en/cfschedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]},
Expand Down