system.mes.batch.queue.getSyncGroups(batchQueueEntry)

Sepasoft MES Module Suite

system.mes.batch.queue.getSyncGroups(batchQueueEntry)

Get the synchronization group information for a batch queue entry. Synchronization groups are specified in the Sync_Group parameter of Synchronize, Transfer In, and Transfer Out phases.

getSyncGroups(batchQueueEntry) → BatchSyncGroups

Syntax

getSyncGroups(batchQueueEntry)

Parameters

BatchQueueEntry batchQueueEntry - The BatchQueueEntry object to get the synchronization group information from.

Returns

 A BatchSyncGroups object that contains the names of the groups and their associated sync items.

Scope

All

Sepasoft MES Module Suite