Sepasoft MES Module Suite
system.mes.batch.recipe.loadRecipe(mesObjectLink)
Load the master recipe and associated logic objects for the specified recipe. The master recipe that is loaded can be specified by the link for it or by the name and parent.
loadRecipe(mesObjectLink) → MESObjectList
Syntax
loadRecipe(mesObjectLink)
- Parameters
MESObjectLink mesObjectLink - The link of the master recipe to load.
- Returns
A list containing a BatchMasterRecipe and associated BatchMasterLogic objects for the recipe.
- Scope
All
Sepasoft MES Module Suite