Sepasoft MES Module Suite
system.mes.batch.phase.getUnitProcedurePhaseLinks(unitClassLink)
Return a list of links that represent batch phase objects that are valid for Unit Procedure type of logic.
getUnitProcedurePhaseLinks(unitClassLink) → List
Syntax
getUnitProcedurePhaseLinks(unitClassLink)
- Parameters
MESObjectLink unitClassLink - The link to a unit class. A unit class defines the batch phases available for units that are assigned to it.
- Returns
A list of MESObjectLink objects. Links are lightweight and hold the key information of an MES Object and link.getMESObject() can be used to get the actual object.
- Scope
All
Sepasoft MES Module Suite