OPT_RESULT_HANDLER

Description: Used to create the code extension that indicates whether a solution works or fails, and what to do with the output or failure.

Abstract Base Class: com.navis.external.optimization.AbstractSolveStatusHandler

Method:

Interface: com.navis.external.optimization.ESolveStatusHandler

Module: Optimization

Version Added: 3.0

Requires Code Extension Name or Name Pattern: No

Code Extension Name or Name Pattern: N/A

Where to Specify Code Extensions of this Type:Under Configuration Optimization Problem Solution Problem Solution form for the Solve Status Handler field.

System-Seeded Code Extensions Using this Type:

*If you upgrade to 3.02.14 or later, from a previous version of 3.02, note that portal tier classes included in this extensions that was previously prefaced with Agv, have been changed to Aht. If you have overridden this file, any custom Groovy referring to the old class names would fail. You must edit the Groovy code extension file to use the new names by replacing Agv with Aht in the class names. For example, rename AgvControlAction to AhtControlAction.