Retrieves an aggregated state of all the message states as a conclusive state for the whole shipment.
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public OverallShipmentState GetOverallShipmentState( IEnumerable<WzpMassDispatchRecipient> messages )
Parameters
- messages
- Type: System.Collections.GenericIEnumerableWzpMassDispatchRecipient
The message collection.
Return Value
Type: OverallShipmentStateReturns the aggregated shipment state.
See Also