Sepasoft MES Module Suite
system.mes.batch.recipe.saveRecipeClass(batchMasterRecipeClass)
Save master recipe class that was created or modified. Use this function instead of the system.mes.saveMESObject() script function.
saveRecipeClass(batchMasterRecipeClass) → BatchMasterRecipeClass
Syntax
saveRecipeClass(batchMasterRecipeClass)
- Parameters
BatchMasterRecipeClass batchMasterRecipeClass - The BatchMasterRecipeClass object to save.
- Returns
An updated version of the BatchMasterRecipeClass object after it was saved.
- Scope
All
Sepasoft MES Module Suite