FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

cfschedule - mode="application" note added by funketyme · Pull Request #1735 · foundeo/cfdocs · GitHub

/ cfdocs Public
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .json  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion data/en/cfschedule.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Back | FazBrowse Home | New Git URL