CompleteMassDispatchGetOverallShipmentState Method

Retrieves an aggregated state of all the message states as a conclusive state for the whole shipment.

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public OverallShipmentState GetOverallShipmentState(
	IEnumerable<WzpMassDispatchRecipient> messages
)

Parameters

messages  IEnumerableWzpMassDispatchRecipient
The message collection.

Return Value

OverallShipmentState
Returns the aggregated shipment state.

See Also