Sepasoft MES Module Suite
system.mes.batch.queue.getMessages(batchQueueEntry)
If batchQueueEntry is provided, return a list of messages for all units of a batch. If a unit filter is provided, return a list of messages for all batches executing in the units that match the unit filter.
getMessages(batchQueueEntry) → List
Syntax
getMessages(batchQueueEntry)
Parameters
BatchQueueEntry batchQueueEntry - The BatchQueueEntry object to get the message list from.
Returns
A list of BatchMessage objects.
Scope
All
Sepasoft MES Module Suite