GetListWhoResource
Returns the list of executing resources ("Who" resources) assigned to the input system occurrence.
Signature
GetListWhoResource(Production System Occurrence : ProdSystemOccurrence) : List
Arguments
Name | Input / Output | Required? | Type | Comment |
---|---|---|---|---|
Production System
Occurrence |
In | | ProdSystemOccurrence | Operation as ProdSystemOccurrence. |
Example
Let MyProdSysOcc(ProdSystemOccurrence) Set MyResourceOccList(List) set MyProdSysOcc = Occ1//[Occ1 From Argument List,provided by user selection] set MyResourceOccList = GetListWhoResource(MyProdSysOcc)