Sepasoft MES Module Suite
system.mes.batch.recipe.validateRecipe(mesObjectList)
Analyze and return a list of items that prevent the master recipe or template from being valid. Note, that master recipes that are not valid cannot be executed.
validateRecipe(mesObjectList) → List
Syntax
validateRecipe(mesObjectList) → List
- Parameters
MESObjectList mesObjectList - A MESObjectList object containing the BatchMasterRecipe and associated BatchMasterLogic objects of the recipe or template to validate.
- Returns
A list of validation error messages as strings.
- Scope
All
Sepasoft MES Module Suite