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: