tracker issue : CF-3194044

select a category, or use search below
(searches all categories and all time range)
Title:

documentation of cfschedule's onException attribute

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 05/18/2012

Components: Documentation

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Final /

Priority/Frequency: Minor / Few users will encounter

Locale/System: English / Win All

Vote Count: 0

Currently, cfschedule's doc states the following for onException:

Default: invokeHandler
Description: Specify what to do if a task results in error. The options are:
- refire: Tries to run the task immediately.
- pause: Stops the task from executing further.
- invokeHandler: Invokes onError method of the eventhandler as defined by the user.

That is not entirely true. The default is only invokeHandler when eventHandler is specified. So, it should probably say:

Default: invokeHandler, if eventHandler is specified
Description: Specify what to do if a task results in error. If unspecified, then no action is taken. The options are:
- refire: Tries to run the task immediately.
- pause: Stops the task from executing further.
- invokeHandler: Invokes onError method of the eventhandler as defined by the user.

Note the revised wording for the default. Also note the addition of "If unspecified, then no action is taken." in the description.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3194044

External Customer Info:
External Company:  
External Customer Name: itisdesign
External Customer Email:

Attachments:

Comments:

Related thread: http://prerelease.adobe.com/r/?1ddcd85d96d94b8fae1b7d66418ac325
Comment by External U.
19400 | May 18, 2012 10:57:20 PM GMT
Oops.. this: "- invokeHandler: Invokes onError method of the eventhandler as defined by the user." should be: "- invokeHandler: Invokes onError method of the event handler as defined by the user." B/c "event handler" is 2 words: http://en.wikipedia.org/wiki/Event_%28computing%29#Event_handler
Comment by External U.
19401 | May 18, 2012 11:09:12 PM GMT
Changed it in the Wiki: https://learn.adobe.com/wiki/pages/editpage.action?pageId=87505280 (Comment added from ex-user id:ramachan)
Comment by Adobe D.
19402 | March 15, 2013 12:54:25 AM GMT
This issue is fixed. It can be verified here: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-r-s/cfschedule.html
Comment by Jacob J.
19403 | September 21, 2015 12:09:43 AM GMT
Hi Jacob, I've verified this is fixed. Thanks!, -Aaron
Comment by External U.
19404 | September 22, 2015 11:43:15 PM GMT